Information about plays

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

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

{
    "id": 3554844,
    "uri": "https://api.kexp.org/v2/plays/3554844/?format=api",
    "airdate": "2025-09-19T03:19:02-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/4fb0ed75-c187-4791-873b-4eb8a22d5161/37583064554-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4fb0ed75-c187-4791-873b-4eb8a22d5161/37583064554-250.jpg",
    "song": "Open the Skies",
    "track_id": null,
    "recording_id": null,
    "artist": "Single Gun Theory",
    "artist_ids": [
        "0ccfd53e-a905-4cae-97c5-29e9f805744d"
    ],
    "album": "Exorcise This Wasteland",
    "release_id": null,
    "release_group_id": "7da39236-ce56-3fc4-8bc1-2b1c3b03d25e",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Very underrated Aussie act)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}