Information about plays

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

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

{
    "id": 3547055,
    "uri": "https://api.kexp.org/v2/plays/3547055/?format=api",
    "airdate": "2025-08-31T05:58:14-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/b31132df-d1e8-4f85-b1a0-0a4a43e1d469/41417968745-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b31132df-d1e8-4f85-b1a0-0a4a43e1d469/41417968745-250.jpg",
    "song": "Hogshead",
    "track_id": null,
    "recording_id": null,
    "artist": "Wilson Tanner",
    "artist_ids": [
        "4ecb6bfa-364c-433e-9b23-fb3c5611713f"
    ],
    "album": "Legends",
    "release_id": null,
    "release_group_id": "8a829a42-c015-4306-9df8-75bf9a6d4063",
    "labels": [
        "Efficient Space"
    ],
    "label_ids": [
        "52539503-8d84-46b5-981f-459b0329f064"
    ],
    "release_date": "2025-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}