Information about plays

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

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

{
    "id": 3545224,
    "uri": "https://api.kexp.org/v2/plays/3545224/?format=api",
    "airdate": "2025-08-26T22:02:00-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://coverartarchive.org/release/942e1618-4e1c-4a75-82bd-27d4c95f772e/6580630865-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/942e1618-4e1c-4a75-82bd-27d4c95f772e/6580630865-250.jpg",
    "song": "The Talking Fish",
    "track_id": null,
    "recording_id": null,
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "Ibibio Sound Machine",
    "release_id": null,
    "release_group_id": "f1ae9437-bfc1-4706-9ade-8854296e9f04",
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2014-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kicking off the sets tonight with this African/electronic collective from London. https://ibibiosoundmachine.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}