Information about plays

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

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

{
    "id": 2682187,
    "uri": "https://api.kexp.org/v2/plays/2682187/?format=api",
    "airdate": "2020-01-04T21:38:56-08:00",
    "show": 46293,
    "show_uri": "https://api.kexp.org/v2/shows/46293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Die in My Sleep",
    "track_id": "d44cf917-8784-308b-89ff-c245fc233e34",
    "recording_id": null,
    "artist": "La Peste",
    "artist_ids": [
        "be005c1f-1063-4353-bf86-b45407d3f4de"
    ],
    "album": "Better Off La Peste",
    "release_id": "ca243c61-3a11-434f-b6aa-e1152764b5a2",
    "release_group_id": null,
    "labels": [
        "Bacchus Archives"
    ],
    "label_ids": [
        "f53ee683-1da1-407b-9d0a-518150e52533"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}