Information about plays

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

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

{
    "id": 355657,
    "uri": "https://api.kexp.org/v2/plays/355657/?format=api",
    "airdate": "2019-07-17T16:33:46-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/55d3f273-2df1-3173-8ee6-5b01d94d4946/3323067471-250.jpg",
    "thumbnail_uri": "",
    "song": "Odessa",
    "track_id": "6b99b6e2-7e92-3943-82d8-b8e29f2d6745",
    "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": "The third album by Caribou deviates from the psychedelic pop and took influences from various kinds of electronic dance music, especially deep house and minimal techno. Read more from Pitchfork about this track here: https://bit.ly/2XV27XT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}