Information about plays

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

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

{
    "id": 379144,
    "uri": "https://api.kexp.org/v2/plays/379144/?format=api",
    "airdate": "2019-09-10T14:16:00-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday Morning Coming Down",
    "track_id": "67349e6e-2ea9-3c7f-a2c2-cb154fd5a1cc",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "19 Greatest Hits",
    "release_id": "a61ba448-a5a6-4d0f-babe-e070d0620eb4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}