Information about plays

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

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

{
    "id": 3639273,
    "uri": "https://api.kexp.org/v2/plays/3639273/?format=api",
    "airdate": "2026-04-08T01:58:11-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-a88cb082-31c8-4e5e-b145-515fafc707aa/mbid-a88cb082-31c8-4e5e-b145-515fafc707aa-2971902564_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-a88cb082-31c8-4e5e-b145-515fafc707aa/mbid-a88cb082-31c8-4e5e-b145-515fafc707aa-2971902564_thumb250.jpg",
    "song": "No More Words",
    "track_id": "fd55616c-001e-31f7-a98a-d3bf841e8224",
    "recording_id": "f5472b1e-e5ca-4327-9a9b-9fea0c25c6d2",
    "artist": "Yello",
    "artist_ids": [
        "c616aef1-e21f-46f8-864f-b7bad96f41b2"
    ],
    "album": "You Gotta Say Yes to Another Excess",
    "release_id": "a88cb082-31c8-4e5e-b145-515fafc707aa",
    "release_group_id": "b46b86de-fe16-37b3-8756-6e0cb2b35e4f",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}