Information about plays

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

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

{
    "id": 348613,
    "uri": "https://api.kexp.org/v2/plays/348613/?format=api",
    "airdate": "2019-07-01T11:37:43-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?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": "Project of Dan Snaith, from Dundas, ON. http://www.caribou.fm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}