Information about plays

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

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

{
    "id": 3574885,
    "uri": "https://api.kexp.org/v2/plays/3574885/?format=api",
    "airdate": "2025-11-06T22:20:29-08:00",
    "show": 65041,
    "show_uri": "https://api.kexp.org/v2/shows/65041/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bc77676-6ccc-4378-a183-651f34aed977/1214373638-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0bc77676-6ccc-4378-a183-651f34aed977/1214373638-250.jpg",
    "song": "Paint a Lady",
    "track_id": null,
    "recording_id": "2addc861-d4aa-4d51-a26f-7acd58319092",
    "artist": "Susan Christie",
    "artist_ids": [
        "1713e93c-0210-4a59-ae05-adba4288d330"
    ],
    "album": "Folk Is Not a Four Letter Word, Volume 2",
    "release_id": null,
    "release_group_id": "b1576447-8bf0-3c1d-9810-62ce50dcc461",
    "labels": [
        "Delay 68"
    ],
    "label_ids": [
        "49896002-3f18-4be6-aabb-81135e53afd6"
    ],
    "release_date": "2006-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}