Information about plays

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

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

{
    "id": 3575153,
    "uri": "https://api.kexp.org/v2/plays/3575153/?format=api",
    "airdate": "2025-11-07T14:25:45-08:00",
    "show": 65046,
    "show_uri": "https://api.kexp.org/v2/shows/65046/?format=api",
    "image_uri": "https://coverartarchive.org/release/a108c85a-336e-4d7e-993b-e266e878b39d/5042708107-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a108c85a-336e-4d7e-993b-e266e878b39d/5042708107-250.jpg",
    "song": "A Different Arrangement",
    "track_id": null,
    "recording_id": "95afd726-9b7a-4348-81a1-897bf435fa90",
    "artist": "Black Marble",
    "artist_ids": [
        "fd7d4ed7-1a14-4b5b-b8f2-074888187ebc"
    ],
    "album": "A Different Arrangement",
    "release_id": null,
    "release_group_id": "45dab15f-f488-4c0b-b600-aa9f70c55987",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2012-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Marble was formed in Brooklyn in 2011 and is led by electronic musician Chris Stewart. 'A Different Arrangement' was released in 2012 where the influence of early synth pioneers like Thomas Leer and Robert Rental is felt across the album's 11 tracks.\n\nhttps://blackmarble.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}