Information about plays

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

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

{
    "id": 344178,
    "uri": "https://api.kexp.org/v2/plays/344178/?format=api",
    "airdate": "2019-06-21T00:10:40-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/55d3f273-2df1-3173-8ee6-5b01d94d4946/3323067471-250.jpg",
    "thumbnail_uri": "",
    "song": "Hannibal",
    "track_id": "78d8e7da-0033-32b0-9f6a-e7795bd2340e",
    "recording_id": null,
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Swim",
    "release_id": "55d3f273-2df1-3173-8ee6-5b01d94d4946",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2010-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swim is the fifth studio album by Canadian musician Dan Snaith, released under the moniker Caribou. Hannibal (6:14)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}