Information about plays

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

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

{
    "id": 3553413,
    "uri": "https://api.kexp.org/v2/plays/3553413/?format=api",
    "airdate": "2025-09-15T15:45:42-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "https://coverartarchive.org/release/1645b2fe-88df-4624-90c4-a990c0fd2186/38958449169-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1645b2fe-88df-4624-90c4-a990c0fd2186/38958449169-250.jpg",
    "song": "No Quiero Bailar",
    "track_id": null,
    "recording_id": "3a925604-e2fd-40f9-a0c5-ebd5833c35d2",
    "artist": "Blood Club",
    "artist_ids": [
        "904cd1b6-199a-4639-84b2-6ccb0335601f"
    ],
    "album": "Lovesick",
    "release_id": null,
    "release_group_id": "e5d012f2-f5d6-487f-9683-1f2b40940e01",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "post-punk Mexican band from Chicago",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}