Information about plays

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

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

{
    "id": 3613239,
    "uri": "https://api.kexp.org/v2/plays/3613239/?format=api",
    "airdate": "2026-02-04T19:25:41-08:00",
    "show": 65841,
    "show_uri": "https://api.kexp.org/v2/shows/65841/?format=api",
    "image_uri": "https://coverartarchive.org/release/99dbf6f5-e0b8-4151-bd41-517a587ff674/11401935775-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99dbf6f5-e0b8-4151-bd41-517a587ff674/11401935775-250.jpg",
    "song": "Moon Germs",
    "track_id": null,
    "recording_id": "5763b154-6711-4fde-9b96-ceab8b3ec3ab",
    "artist": "Billy Cobham",
    "artist_ids": [
        "255497f8-26fb-4044-b97e-d4787d5974f6"
    ],
    "album": "Total Eclipse",
    "release_id": null,
    "release_group_id": "f4931229-1c57-3e3a-9f96-61a11bf92af8",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cobham is a Panamanian–American jazz drummer who came to prominence in the late 1960s and early 1970s with trumpeter Miles Davis and then with the Mahavishnu Orchestra. His debut solo release Spectrum features the song \"Stratus\" which is sampled in Massive Attack's \"Safe From Harm.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}