Information about plays

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

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

{
    "id": 2681948,
    "uri": "https://api.kexp.org/v2/plays/2681948/?format=api",
    "airdate": "2020-01-04T06:46:00-08:00",
    "show": 46288,
    "show_uri": "https://api.kexp.org/v2/shows/46288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleepwalking (Couples Only Dance Prom Night)",
    "track_id": "ef0f403b-8a5a-44cd-ab9f-adcb1c6064c0",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Interstate 8",
    "release_id": "77844fd7-c853-4f52-971d-4f432e8f5839",
    "release_group_id": null,
    "labels": [
        "Glacial Pace"
    ],
    "label_ids": [
        "44de23ff-a745-4f5b-9c7a-74f35b5d308e"
    ],
    "release_date": "2015-04-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}