Information about plays

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

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

{
    "id": 3410045,
    "uri": "https://api.kexp.org/v2/plays/3410045/?format=api",
    "airdate": "2024-10-08T14:03:48-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paper Crown",
    "track_id": null,
    "recording_id": "3c92ee4f-c040-41c6-8483-41af41b3dee0",
    "artist": "Tele Novella",
    "artist_ids": [
        "e2c42d76-43ac-4f6b-9d04-a9929094b98e"
    ],
    "album": "Merlynn Belle",
    "release_id": null,
    "release_group_id": "06bb446c-2190-4014-8642-d2a88e2cb329",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2021-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Merlynn Belle,\" Tele Novella’s first album for Kill Rock Stars, is also the first album as a duo for singer-songwriter Natalie Ribbons (formerly of Agent Ribbons) and multi-instrumentalist Jason Chronis (formerly of Voxtrot); Sarah La Puerta and Danny Reisch provide additional vocals and instrumentation.: https://pitchfork.com/reviews/albums/tele-novella-merlynn-belle/\n--\nSee what's on Natalie Ribbons' head in the official video for \"Paper Crown\": https://www.youtube.com/watch?v=2DdpIq3vp3c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}