Information about plays

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

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

{
    "id": 379238,
    "uri": "https://api.kexp.org/v2/plays/379238/?format=api",
    "airdate": "2019-09-10T18:08:52-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wa",
    "track_id": "09043976-f66a-4559-9980-83afe1fcd4c8",
    "recording_id": null,
    "artist": "Teddy Yo",
    "artist_ids": [
        "79e8f91d-fa97-4e91-9dde-0020454e6637"
    ],
    "album": "Arada. Vol. 2",
    "release_id": "ca652f0f-21d7-43e5-8727-ad6e5eb610f4",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teddy Yo is an Ethiopian hiphop artist. In honor of Enkutatash and Nayrouz (celebration of the New Year on the Ethiopian, Eritrean and Coptic calendars later this week) celebrate with three hours of music from Ethiopia, Eritrea and Egypt tonight on KEXP's Wo' Pop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}