Information about plays

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

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

{
    "id": 2678859,
    "uri": "https://api.kexp.org/v2/plays/2678859/?format=api",
    "airdate": "2019-12-27T18:27:11-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb47730d-6d4f-4f17-b02e-f435b57474f9/15228109424-250.jpg",
    "thumbnail_uri": "",
    "song": "Flow With It (You Got Me Feeling Like)",
    "track_id": "eaf0087e-7ae5-4e92-9089-592c44dbbb57",
    "recording_id": null,
    "artist": "St. Paul & The Broken Bones",
    "artist_ids": [
        "4486702e-7b26-43fd-babc-c0df7be0e1d9"
    ],
    "album": "Sea of Noise",
    "release_id": "cb47730d-6d4f-4f17-b02e-f435b57474f9",
    "release_group_id": null,
    "labels": [
        "Records LLC"
    ],
    "label_ids": [
        "a4218c35-7a09-4404-ba1e-f5d71ad13a34"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Band featured in KEXP studio session. https://www.kexp.org/sessions/archive/st-paul-the-broken-bones-live-on-kexp-recorded-february-18-2015/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}