Information about plays

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

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

{
    "id": 378961,
    "uri": "https://api.kexp.org/v2/plays/378961/?format=api",
    "airdate": "2019-09-10T03:03:00-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inner City Pressure",
    "track_id": "91cfd8f9-87e0-36d4-bced-95c8491f7b2a",
    "recording_id": null,
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "1f574ab1-a46d-4586-9331-f0ded23e0411"
    ],
    "album": "Flight of the Conchords",
    "release_id": "bf5634ca-e3c7-3fc7-816d-dbb7dbcbcd09",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2008-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Parody of the Pet Shop Boys' classic song, \"West End Girls.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}