Information about plays

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

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

{
    "id": 3547396,
    "uri": "https://api.kexp.org/v2/plays/3547396/?format=api",
    "airdate": "2025-09-01T02:36:20-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/31efffb2-659e-4d11-8356-2d58de45b824/26059137682-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31efffb2-659e-4d11-8356-2d58de45b824/26059137682-250.jpg",
    "song": "Love Chant",
    "track_id": null,
    "recording_id": "d01bbef7-7b58-474e-bda9-07a922f06d05",
    "artist": "Charles Mingus",
    "artist_ids": [
        "f3b8e107-abe8-4743-b6a3-4a4ee995e71f"
    ],
    "album": "Pithecanthropus Erectus",
    "release_id": null,
    "release_group_id": "c4d4589f-c6d0-31d1-a9cd-38e31e7cfa70",
    "labels": [
        "Atlantic Jazz"
    ],
    "label_ids": [
        "8e72effc-f0e4-43ae-87dc-7edaa41bfebd"
    ],
    "release_date": "1956-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}