Information about plays

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

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

{
    "id": 353143,
    "uri": "https://api.kexp.org/v2/plays/353143/?format=api",
    "airdate": "2019-07-11T17:57:00-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swept Away",
    "track_id": "c8fbcc90-f2ed-33b3-98cc-3bc64575a3f7",
    "recording_id": null,
    "artist": "The Avett Brothers",
    "artist_ids": [
        "0a176d0a-ef46-4e7f-b018-9f4d65614668"
    ],
    "album": "Mignonette",
    "release_id": "3fd4e5ef-7191-4039-adfe-d7162fb2c332",
    "release_group_id": null,
    "labels": [
        "Ramseur Records"
    ],
    "label_ids": [
        "71d01e4c-36e8-4679-aeac-bf044618cca0"
    ],
    "release_date": "2004-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Being brave, for me, means not giving up on the things that make me feel alive.” - Gabe Grunewald",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}