Information about plays

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

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

{
    "id": 3595233,
    "uri": "https://api.kexp.org/v2/plays/3595233/?format=api",
    "airdate": "2025-12-24T06:14:38-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "https://coverartarchive.org/release/2208c8fb-8be0-4b93-b13d-bb9e4d44facd/43462706453-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2208c8fb-8be0-4b93-b13d-bb9e4d44facd/43462706453-250.jpg",
    "song": "Hall of Ice",
    "track_id": null,
    "recording_id": "5f64bb05-b07e-44e0-93c4-3d4b7cc04b30",
    "artist": "Lebanon Hanover",
    "artist_ids": [
        "7de3b7b4-8288-4baf-929b-98af9224c0cb"
    ],
    "album": "Tomb for Two",
    "release_id": null,
    "release_group_id": "b0d01bee-4ee8-43ba-a48b-e84e05781ce2",
    "labels": [
        "Dead Scarlet Records"
    ],
    "label_ids": [
        "0b8c5dfc-8197-4e21-96a8-3df537b6e8a0"
    ],
    "release_date": "2013-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://lebanonhanover.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}