Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/349213/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 349213,
    "uri": "https://api.kexp.org/v2/plays/349213/?format=api",
    "airdate": "2019-07-02T20:07:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Sun Is Rising",
    "track_id": null,
    "recording_id": null,
    "artist": "Moken",
    "artist_ids": [
        "a9c6eca6-bb76-4f87-a59f-9aa1252ce4c7"
    ],
    "album": "Missing Chapters",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Moodswing Records"
    ],
    "label_ids": [],
    "release_date": "2019-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moken is a Cameroonian singer who belts out songs in an unconventional and captivating baritone vocal delivery that makes it hard to not stop and pay attention. Your Sun is Rising is a message to everyone in the world who is lonely and waiting for love, to know that they are not lonely, that the sun that's rising every day in their lives is their lover who is rising with them to one day finally emerge in person.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}