Information about plays

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

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

{
    "id": 3603132,
    "uri": "https://api.kexp.org/v2/plays/3603132/?format=api",
    "airdate": "2026-01-11T16:16:41-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "https://coverartarchive.org/release/9feaf8b0-4eef-41b9-a198-d87438722b53/9733547717-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9feaf8b0-4eef-41b9-a198-d87438722b53/9733547717-250.jpg",
    "song": "Birthday",
    "track_id": null,
    "recording_id": "56bde715-e9b2-4f3a-9074-10626287952b",
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Life’s Too Good",
    "release_id": null,
    "release_group_id": "972b3962-49dc-3bbc-ab11-c6b8f7f0838b",
    "labels": [
        "Globus International"
    ],
    "label_ids": [
        "20c7f524-ddbb-4d07-87da-97f30189c662"
    ],
    "release_date": "1988-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 6th birthday to Hazel today!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}