Information about plays

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

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

{
    "id": 3556947,
    "uri": "https://api.kexp.org/v2/plays/3556947/?format=api",
    "airdate": "2025-09-24T00:10:40-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "https://coverartarchive.org/release/b174a619-b7ef-4b60-8d1e-56a920e07180/38041673131-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b174a619-b7ef-4b60-8d1e-56a920e07180/38041673131-250.jpg",
    "song": "Make It Happen",
    "track_id": null,
    "recording_id": "bb7263e1-ced1-42dd-a86a-4afe38816b49",
    "artist": "Wonder 45",
    "artist_ids": [
        "4000c2fc-e110-4b27-8302-267a2ef6e812"
    ],
    "album": "Make It Happen",
    "release_id": null,
    "release_group_id": "b5369beb-567f-4061-9c9a-b1b567cc16cc",
    "labels": [
        "Big AC"
    ],
    "label_ids": [
        "db9f4af3-3e1f-4631-8b24-b80c3cbe1998"
    ],
    "release_date": "2024-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wonder 45 are a London-based soul ensemble, formed as an instrumental recording project by producer/writer Holley Gray. https://www.wonder45.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}