Information about plays

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

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

{
    "id": 345927,
    "uri": "https://api.kexp.org/v2/plays/345927/?format=api",
    "airdate": "2019-06-25T11:01:00-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sedona",
    "track_id": "e2fde517-ab37-4241-a08b-9391eced4603",
    "recording_id": null,
    "artist": "Houndmouth",
    "artist_ids": [
        "4a18f60f-7aa9-4476-8d0f-84981d8ccb60"
    ],
    "album": "Little Neon Limelight",
    "release_id": "437fc532-867f-4957-8dff-074f5380c6ef",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2015-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Houndmouth performed \"Sedona\" and other songs during a raucous session in the KEXP studio in 2015:  https://www.kexp.org/read/2015/7/13/live-video-houndmouth/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}