Information about plays

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

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

{
    "id": 2675436,
    "uri": "https://api.kexp.org/v2/plays/2675436/?format=api",
    "airdate": "2019-12-19T15:58:01-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "https://coverartarchive.org/release/efbe2f8c-e255-4711-bf9e-954ba1b70caf/23837284739-250.jpg",
    "thumbnail_uri": "",
    "song": "a morning song",
    "track_id": "3fc60642-0183-4db1-8363-4bb378e388b9",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oso Oso is an American rock band from Long Beach, New York. Jade Lilitri (vocals, guitar), formerly of State Lines, is the only permanent member. The last name Lilitri is a pen name.[1] The band has released three studio albums and two EPs. Their most recent release, Basking in the Glow, was given the title of Best New Music by online music magazine Pitchfork.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}