Information about plays

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

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

{
    "id": 3570007,
    "uri": "https://api.kexp.org/v2/plays/3570007/?format=api",
    "airdate": "2025-10-25T23:16:27-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/92cd4a7d-854a-4ff3-8d78-dd0c06d685b7/41960294144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92cd4a7d-854a-4ff3-8d78-dd0c06d685b7/41960294144-250.jpg",
    "song": "Silent Scream",
    "track_id": null,
    "recording_id": "7e71f343-27c6-4610-8dda-63951b9125d7",
    "artist": "T.S.O.L.",
    "artist_ids": [
        "e3207b63-ab05-42bc-924e-b1299b89c406"
    ],
    "album": "Dance With Me",
    "release_id": null,
    "release_group_id": "c5dfa763-9d48-3c30-902b-36b1c9f89f47",
    "labels": [
        "Frontier Records"
    ],
    "label_ids": [
        "93450244-634f-4144-9f1f-8eec94999261"
    ],
    "release_date": "1981-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jeff\n\nT.S.O.L. is going to play a few select shows in southern California at the beginning of next year.\n\nhttps://www.facebook.com/TsolOfficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}