Information about plays

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

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

{
    "id": 374163,
    "uri": "https://api.kexp.org/v2/plays/374163/?format=api",
    "airdate": "2019-08-29T20:25:17-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rolling Rolling Rolling",
    "track_id": "cf197c91-12aa-4ef6-b4b0-07515f2a2868",
    "recording_id": null,
    "artist": "Daniel Norgren",
    "artist_ids": [
        "c8a26e97-e5f5-4f1c-8eb3-e2453b6cf262"
    ],
    "album": "Wooh Dang",
    "release_id": "902fae88-4cac-4feb-8d27-14416321a0ab",
    "release_group_id": null,
    "labels": [
        "Superpuma Records"
    ],
    "label_ids": [
        "9c1b1e51-005b-4319-b6e5-086324644ad9"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Live on KEXP on Friday October 4th at 3pm   https://danielnorgren.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}