Information about plays

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

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

{
    "id": 3554821,
    "uri": "https://api.kexp.org/v2/plays/3554821/?format=api",
    "airdate": "2025-09-19T02:07:25-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/60f59c97-528c-3d70-a68e-f4ff44207cfc/13698079115-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60f59c97-528c-3d70-a68e-f4ff44207cfc/13698079115-250.jpg",
    "song": "Tongue",
    "track_id": null,
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Dubnobasswithmyheadman",
    "release_id": null,
    "release_group_id": "3fa924b2-aae8-3ab6-b2d3-f647a8a8e8f6",
    "labels": [
        "Junior Boy’s Own"
    ],
    "label_ids": [
        "43aeb2eb-a410-4ff9-ba39-6cc136336bbb"
    ],
    "release_date": "1993-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(What do you think they call french kissing in France?)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}