Information about plays

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

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

{
    "id": 372713,
    "uri": "https://api.kexp.org/v2/plays/372713/?format=api",
    "airdate": "2019-08-26T23:01:29-07:00",
    "show": 6210,
    "show_uri": "https://api.kexp.org/v2/shows/6210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stakes Is High",
    "track_id": "75ed148c-5aa7-3be8-aab4-d24f5d4de624",
    "recording_id": null,
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Timeless: The Singles Collection",
    "release_id": "f0e1af2a-de4e-476f-acb8-c2e76148e749",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}