Information about plays

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

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

{
    "id": 3572498,
    "uri": "https://api.kexp.org/v2/plays/3572498/?format=api",
    "airdate": "2025-11-01T06:11:31-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd42fa81-041f-47ec-9ac7-4ea38e559cd5/38897496435-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd42fa81-041f-47ec-9ac7-4ea38e559cd5/38897496435-250.jpg",
    "song": "Part III",
    "track_id": null,
    "recording_id": "8b11f97a-46d5-4073-b619-2a42c700391b",
    "artist": "Crumb",
    "artist_ids": [
        "b747dabe-b66c-48f6-bae6-b5e16d86b9ab"
    ],
    "album": "Jinx",
    "release_id": null,
    "release_group_id": "e7a35b32-512d-4db4-ac2e-7c9e8adef131",
    "labels": [
        "Crumb Records"
    ],
    "label_ids": [
        "2e962282-773b-4b4e-a643-f5b8a043525e"
    ],
    "release_date": "2019-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}