Information about plays

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

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

{
    "id": 3556933,
    "uri": "https://api.kexp.org/v2/plays/3556933/?format=api",
    "airdate": "2025-09-23T23:40:01-07:00",
    "show": 64645,
    "show_uri": "https://api.kexp.org/v2/shows/64645/?format=api",
    "image_uri": "https://coverartarchive.org/release/bcb16fdd-4f81-4879-a9f8-461d08e35999/34616084343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bcb16fdd-4f81-4879-a9f8-461d08e35999/34616084343-250.jpg",
    "song": "Everybody’s Hero",
    "track_id": null,
    "recording_id": "f2121158-3145-46db-8f9a-9e88c7ef0c26",
    "artist": "Sampa the Great featuring Estelle",
    "artist_ids": [
        "9d79c790-9897-464e-aef0-db5bd3290f00",
        "4c7a5854-6b75-4623-a684-6a3d785d9015"
    ],
    "album": "Everybody's Hero",
    "release_id": null,
    "release_group_id": "75d2ef1b-1cba-42a2-9318-f047840b99f8",
    "labels": [
        "Red Bull Media House NA"
    ],
    "label_ids": [
        "701ad601-526e-4bc2-959b-2567fbeea413"
    ],
    "release_date": "2017-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zambian-born Australia-based rapper and songwriter. Poet, philosopher. https://sampathegreat.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}