Information about plays

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

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

{
    "id": 3547376,
    "uri": "https://api.kexp.org/v2/plays/3547376/?format=api",
    "airdate": "2025-09-01T01:17:37-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/4494434a-6240-438a-933a-b528113f8f83/25374527291-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4494434a-6240-438a-933a-b528113f8f83/25374527291-250.jpg",
    "song": "The Seasons",
    "track_id": null,
    "recording_id": "830f9384-4628-4c29-94e5-fa687b6a8dd3",
    "artist": "Junior Mance Trio",
    "artist_ids": [
        "a617aa21-e2da-43ed-b022-20bc3502219c"
    ],
    "album": "Big Chief!",
    "release_id": null,
    "release_group_id": "b7c16b98-8319-3635-a488-2d44f5c114e9",
    "labels": [
        "Jazzland"
    ],
    "label_ids": [
        "b9912deb-b639-4dc8-a603-0478c891cc7c"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}