Information about plays

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

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

{
    "id": 356268,
    "uri": "https://api.kexp.org/v2/plays/356268/?format=api",
    "airdate": "2019-07-19T01:14:47-07:00",
    "show": 5936,
    "show_uri": "https://api.kexp.org/v2/shows/5936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1982",
    "track_id": "d3d56b92-ea0b-4d11-856a-e4b18ee2de15",
    "recording_id": null,
    "artist": "Liima",
    "artist_ids": [
        "988757bf-8186-4ef3-9408-72b30e754bc7"
    ],
    "album": "1982",
    "release_id": "b57d992e-d47a-4bfc-9c66-58ca17c19c0f",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2017-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}