Information about plays

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

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

{
    "id": 3562149,
    "uri": "https://api.kexp.org/v2/plays/3562149/?format=api",
    "airdate": "2025-10-06T23:27:41-07:00",
    "show": 64767,
    "show_uri": "https://api.kexp.org/v2/shows/64767/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f5738f7-98d2-44bd-b8df-06a2350306b2/6400956640-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f5738f7-98d2-44bd-b8df-06a2350306b2/6400956640-250.jpg",
    "song": "The New Stone Age",
    "track_id": null,
    "recording_id": null,
    "artist": "Orchestral Manoeuvres In The Dark",
    "artist_ids": [],
    "album": "Architecture & Morality",
    "release_id": null,
    "release_group_id": "c31b767b-97f0-3cb1-8b09-233a64683997",
    "labels": [
        "Dindisc"
    ],
    "label_ids": [
        "227d9de7-0688-405e-8a4a-0a23ee712bae"
    ],
    "release_date": "1981-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Which one do you prefer? (I'm an architecture guy, myself) - dj@kexp.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}