Information about plays

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

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

{
    "id": 3555768,
    "uri": "https://api.kexp.org/v2/plays/3555768/?format=api",
    "airdate": "2025-09-21T04:47:00-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://coverartarchive.org/release/14980da0-ecd8-43b7-929c-1de7c172c3a5/21099675041-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14980da0-ecd8-43b7-929c-1de7c172c3a5/21099675041-250.jpg",
    "song": "The Drum",
    "track_id": null,
    "recording_id": "3db13dab-2956-4c90-9e74-83bfe1b2a558",
    "artist": "Bongwater",
    "artist_ids": [
        "48ec38a4-53a1-407e-96e1-6e124bd639c3"
    ],
    "album": "Too Much Sleep",
    "release_id": null,
    "release_group_id": "2ad66f7d-e2d8-38b0-bfe1-b21bdc210dda",
    "labels": [
        "Shimmy Disc"
    ],
    "label_ids": [
        "33873f77-e4a8-4e7c-b689-4932bc0845ee"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}