Information about plays

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

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

{
    "id": 3640292,
    "uri": "https://api.kexp.org/v2/plays/3640292/?format=api",
    "airdate": "2026-04-10T13:11:50-07:00",
    "show": 66416,
    "show_uri": "https://api.kexp.org/v2/shows/66416/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2dee556-67c1-413e-9084-b0e03ad2f648/29247607395-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a2dee556-67c1-413e-9084-b0e03ad2f648/29247607395-250.jpg",
    "song": "Back and to the Left",
    "track_id": null,
    "recording_id": "c7efc244-5a4a-4907-a409-35fe4d0533f8",
    "artist": "Texas Is the Reason",
    "artist_ids": [
        "b93c736f-a82f-4cae-9e57-a60b12d7055f"
    ],
    "album": "Do You Know Who You Are?",
    "release_id": null,
    "release_group_id": "fe01c9d8-a84b-31ad-bb4c-db970a8f9eda",
    "labels": [
        "Revelation Records"
    ],
    "label_ids": [
        "48ed026d-bf1a-4c6e-8860-d21cd440b60e"
    ],
    "release_date": "1996-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1996 throwback!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}