Information about plays

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

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

{
    "id": 2678445,
    "uri": "https://api.kexp.org/v2/plays/2678445/?format=api",
    "airdate": "2019-12-26T16:51:40-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3a18492-0e33-446c-a0aa-f08c8f0bac3b/24394486992-250.jpg",
    "thumbnail_uri": "",
    "song": "Our Pathetic Age",
    "track_id": "94cfb40c-6666-44d0-bfe4-f02289d790ed",
    "recording_id": null,
    "artist": "DJ Shadow feat. Samuel T. Herring",
    "artist_ids": [
        "9d5e9b8b-6cad-409b-9582-3415e8c7d907"
    ],
    "album": "Our Pathetic Age",
    "release_id": "f3a18492-0e33-446c-a0aa-f08c8f0bac3b",
    "release_group_id": null,
    "labels": [
        "Mass Appeal Records"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2019-11-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When announcing the record back in September, DJ Shadow spoke of a wide-ranging concept reflecting a world plagued by “rampant homelessness” and “generational poverty.” Citing institutional failure, widespread feelings of anger and confusion, and an entertainment culture grounded in distraction, he offered his double album—the first half all instrumental, the second dedicated to rap collaborations—as an attempt to find “light in darkness” and bring it to a generation seemingly glued to their devices.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}