Information about plays

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

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

{
    "id": 374488,
    "uri": "https://api.kexp.org/v2/plays/374488/?format=api",
    "airdate": "2019-08-30T14:06:36-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not",
    "track_id": "d36123cf-f735-4904-8b57-7d2e84ce1923",
    "recording_id": null,
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "Two Hands",
    "release_id": "7befaf76-8ed0-4019-af55-3ac6b5bc3cdf",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big Thief plays at The Moore Theatre on Saturday, October 26, 2019, and have partnered with PLUS1 so that $1 from every ticket sold will go to support Little Kids Rock and their work transforming lives by restoring, expanding, and innovating music education in schools and Youth Speaks; creating safe spaces that challenge young people to find, develop, publicly present, and apply their voices as creators of societal change. <br><br>www.youthspeaks.org  <br><br>www.stgpresents.org/calendar/4694/big-thief",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}