Information about plays

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

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

{
    "id": 3644277,
    "uri": "https://api.kexp.org/v2/plays/3644277/?format=api",
    "airdate": "2026-04-19T21:55:00-07:00",
    "show": 66499,
    "show_uri": "https://api.kexp.org/v2/shows/66499/?format=api",
    "image_uri": "https://coverartarchive.org/release/616b954c-6d30-4d20-bf45-9eee5860ee52/39890524048-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/616b954c-6d30-4d20-bf45-9eee5860ee52/39890524048-250.jpg",
    "song": "People Make the World Go Round (Kenny Dixon Jnr remix)",
    "track_id": null,
    "recording_id": "29fb3ec8-abe2-4a4b-bfc2-d7b104c0cea4",
    "artist": "Innerzone Orchestra",
    "artist_ids": [
        "80237f9f-77d9-4c61-9457-40c724e85b2c"
    ],
    "album": "LateNightTales: Belle & Sebastian",
    "release_id": null,
    "release_group_id": "61ad5e58-65b4-384d-9317-5cf97c3ec661",
    "labels": [
        "LateNightTales"
    ],
    "label_ids": [
        "3dc70455-73c9-48d4-a384-724085af3600"
    ],
    "release_date": "2006-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}