Information about plays

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

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

{
    "id": 382309,
    "uri": "https://api.kexp.org/v2/plays/382309/?format=api",
    "airdate": "2019-09-18T02:19:59-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "http://coverartarchive.org/release/359f47c2-83d6-4a9c-8f8d-31b488b30611/24112642157-250.jpg",
    "thumbnail_uri": "",
    "song": "Eye in the Wall",
    "track_id": "b22cf374-5781-4ac1-8db5-ce570ed838dc",
    "recording_id": null,
    "artist": "Perfume Genius",
    "artist_ids": [
        "c4ff10e0-ae5a-467d-a409-6e0b4bf241eb"
    ],
    "album": "Eye in the Wall",
    "release_id": "359f47c2-83d6-4a9c-8f8d-31b488b30611",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Perfume Genius, just released a new track ‘Eye in the Wall” as part of the upcoming collaborative dance experience The Sun Still Burns Here paired with the ethereal choreography of the dance company YC and Seattle-based showrunner Kate Wallich.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}