Information about plays

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

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

{
    "id": 345552,
    "uri": "https://api.kexp.org/v2/plays/345552/?format=api",
    "airdate": "2019-06-24T12:50:19-07:00",
    "show": 5762,
    "show_uri": "https://api.kexp.org/v2/shows/5762/?format=api",
    "image_uri": "http://coverartarchive.org/release/7973e8ee-0a71-34a5-8b78-60f7e8ac8382/4043651904-250.jpg",
    "thumbnail_uri": "",
    "song": "Darklands",
    "track_id": "be1f1ffa-5a63-38e6-a24f-bbcab39fc2c8",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "21 Singles",
    "release_id": "7973e8ee-0a71-34a5-8b78-60f7e8ac8382",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}