Information about plays

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

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

{
    "id": 3547382,
    "uri": "https://api.kexp.org/v2/plays/3547382/?format=api",
    "airdate": "2025-09-01T01:41:06-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/1da8f039-23e6-4a53-b50f-05a3a51936b7/17248482298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1da8f039-23e6-4a53-b50f-05a3a51936b7/17248482298-250.jpg",
    "song": "Don’t Cry Baby",
    "track_id": null,
    "recording_id": "248c0603-1157-4be4-b502-f9eac84d3480",
    "artist": "Kenny Burrell",
    "artist_ids": [
        "a85b66d2-34df-4d5a-8c0d-d585b8a14ce1"
    ],
    "album": "Kenny Burrell",
    "release_id": null,
    "release_group_id": "c76507a1-6c60-31a6-b929-2f281a688547",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1957-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}