Information about plays

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

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

{
    "id": 3548602,
    "uri": "https://api.kexp.org/v2/plays/3548602/?format=api",
    "airdate": "2025-09-03T22:47:41-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://coverartarchive.org/release/63ecb441-ec05-43c3-b5ad-f02b7726c463/25898802969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63ecb441-ec05-43c3-b5ad-f02b7726c463/25898802969-250.jpg",
    "song": "Make Me Believe",
    "track_id": null,
    "recording_id": "a003eb50-7028-4a8b-9a32-2251b8c3e067",
    "artist": "Archie James Cavanaugh",
    "artist_ids": [
        "3d60c24d-1c4b-4354-96b8-05699f0c2e3f"
    ],
    "album": "Black and White Raven",
    "release_id": null,
    "release_group_id": "ff27a26f-b616-48bb-b34a-7e481b3fd1dc",
    "labels": [
        "Black & White Raven, Inc."
    ],
    "label_ids": [
        "e41f9f5a-8a8b-4779-b269-eb0bbcd06366"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Alaskan Tlingit artist Archie James Cavanaugh was backed by members of Redbone on this smooth ass record from 1980 that should have been a hit. \n\nhttps://800line.bandcamp.com/album/black-and-white-raven",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}