Information about plays

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

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

{
    "id": 3576247,
    "uri": "https://api.kexp.org/v2/plays/3576247/?format=api",
    "airdate": "2025-11-10T01:30:11-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://coverartarchive.org/release/129f3014-ac95-49de-bbee-c0b2da0a9141/38520375341-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/129f3014-ac95-49de-bbee-c0b2da0a9141/38520375341-250.jpg",
    "song": "Comin’ Back",
    "track_id": null,
    "recording_id": "1f59fe4b-23d0-4475-ad45-6a79828753e0",
    "artist": "Gábor Szabó",
    "artist_ids": [
        "ee69197a-ca57-42ba-bd23-93b756391a5d"
    ],
    "album": "The Sorcerer",
    "release_id": null,
    "release_group_id": "30a2255c-70c5-3366-babd-88647ce59fd7",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}