Information about plays

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

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

{
    "id": 3624828,
    "uri": "https://api.kexp.org/v2/plays/3624828/?format=api",
    "airdate": "2026-03-03T13:59:10-08:00",
    "show": 66081,
    "show_uri": "https://api.kexp.org/v2/shows/66081/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Out of This",
    "track_id": "b7e93a08-15bb-3c25-bf6e-f35f3e5df103",
    "recording_id": "15b9cf83-662e-4a82-83fa-81534924952a",
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Without a Sound",
    "release_id": "ba247ca4-44e1-37a3-a394-4a89404d0a42",
    "release_group_id": "193e442d-2d74-3703-b0ef-6c85146c3305",
    "labels": [
        "Blanco y Negro Records"
    ],
    "label_ids": [
        "dfe73666-3b14-4f75-bcad-ec311546aeff"
    ],
    "release_date": "1994-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On Without a Sound, J [Mascis] is struggling with many things -- personal sadness, insecurity regarding the band's future, a shifting musical climate -- but the one thing that remains rock solid is his guitar playing and ability to write songs that break a heart as easily as they break guitar strings.\"\n\nRead more about this 1994 album here: https://tinyurl.com/2pmdrcce",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}