Information about plays

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

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

{
    "id": 348891,
    "uri": "https://api.kexp.org/v2/plays/348891/?format=api",
    "airdate": "2019-07-02T03:52:54-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laurel",
    "track_id": "8ac2688f-c3b7-4acf-8ae3-5bbb4ee82834",
    "recording_id": null,
    "artist": "Froth",
    "artist_ids": [
        "b1bf9023-2d6e-4f7c-b71f-3e27ef119bf4"
    ],
    "album": "Duress",
    "release_id": "1739925f-7de6-4a4e-a436-3887b6a23db2",
    "release_group_id": null,
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}