Information about plays

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

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

{
    "id": 3640088,
    "uri": "https://api.kexp.org/v2/plays/3640088/?format=api",
    "airdate": "2026-04-10T00:13:33-07:00",
    "show": 66411,
    "show_uri": "https://api.kexp.org/v2/shows/66411/?format=api",
    "image_uri": "https://coverartarchive.org/release/2652e0f3-42ea-47e1-b7b7-36f55bd3a5ea/41427111883-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2652e0f3-42ea-47e1-b7b7-36f55bd3a5ea/41427111883-250.jpg",
    "song": "Economy",
    "track_id": null,
    "recording_id": "fc4c8084-267d-4757-b9ca-f5ea0d9842a1",
    "artist": "Frankie and The Witch Fingers",
    "artist_ids": [
        "cc846715-ccc7-4391-868b-0876d135daa0"
    ],
    "album": "Trash Classic",
    "release_id": null,
    "release_group_id": "5ef586c3-367a-41aa-8b40-c061a2f2d11f",
    "labels": [
        "The Reverberation Appreciation Society"
    ],
    "label_ids": [
        "90f6c84f-79aa-4517-b24f-d6a404eea648"
    ],
    "release_date": "2025-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}