Information about plays

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

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

{
    "id": 375910,
    "uri": "https://api.kexp.org/v2/plays/375910/?format=api",
    "airdate": "2019-09-03T07:34:40-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/e535227a-a4aa-4062-9187-d5ab0d1384a2/6401618869-250.jpg",
    "thumbnail_uri": "",
    "song": "If You Leave",
    "track_id": "b0536d94-6126-3084-bc38-1c22dfb2105e",
    "recording_id": null,
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Messages: Greatest Hits",
    "release_id": "e535227a-a4aa-4062-9187-d5ab0d1384a2",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2008-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If You Leave\" was written after John Hughes decided to change the ending to \"Pretty in Pink\" after poor test audience reactions. Hughes had asked the band for a song for the new ending two days before they were due to begin a tour, and \"If You Leave\" was written and recorded in under 24 hours as a result.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}