Information about plays

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

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

{
    "id": 377482,
    "uri": "https://api.kexp.org/v2/plays/377482/?format=api",
    "airdate": "2019-09-06T13:42:22-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/efbe2f8c-e255-4711-bf9e-954ba1b70caf/23837284739-250.jpg",
    "thumbnail_uri": "",
    "song": "priority change",
    "track_id": "eacb27c3-9aaa-47ce-b247-3a72aa1f9e3b",
    "recording_id": null,
    "artist": "oso oso",
    "artist_ids": [
        "a8c4f4c9-b18a-4edf-a7d1-f5b657a9503b"
    ],
    "album": "basking in the glow",
    "release_id": "efbe2f8c-e255-4711-bf9e-954ba1b70caf",
    "release_group_id": null,
    "labels": [
        "Triple Crown Records"
    ],
    "label_ids": [
        "e620e870-fb51-4531-90c2-23ceb8094241"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "oso oso, the solo project of Long Island-born musician Jade Lilitri, plays live on KEXP on Wednesday, September 11 at 12:00 PM. The session is free and open to the public. oso oso play the Vera Project later that night.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}