Information about plays

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

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

{
    "id": 3631741,
    "uri": "https://api.kexp.org/v2/plays/3631741/?format=api",
    "airdate": "2026-03-21T01:36:18-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/c771f7fc-9e62-4349-a2e3-ceaf7122bf5b/30501372565-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c771f7fc-9e62-4349-a2e3-ceaf7122bf5b/30501372565-250.jpg",
    "song": "Breed",
    "track_id": null,
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nevermind",
    "release_id": null,
    "release_group_id": "1b022e01-4da6-387b-8658-8678046e4cef",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1991-09-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Featured on Tony Hawk's Proving Ground Soundtrack (2007) and Nirvana was formerly on Sub Pop Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}