Information about plays

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

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

{
    "id": 3636211,
    "uri": "https://api.kexp.org/v2/plays/3636211/?format=api",
    "airdate": "2026-04-01T00:10:30-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://coverartarchive.org/release/225e37e3-2e65-4b12-b3e1-0f7f55b4c7a2/33805198179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/225e37e3-2e65-4b12-b3e1-0f7f55b4c7a2/33805198179-250.jpg",
    "song": "Lavender Haze",
    "track_id": null,
    "recording_id": "e413fa7c-a894-4b62-9fbe-05352ecdd8a0",
    "artist": "Taylor Swift",
    "artist_ids": [
        "20244d07-534f-4eff-b4d4-930878889970"
    ],
    "album": "Midnights",
    "release_id": null,
    "release_group_id": "0dcc84fb-c592-46e9-ba92-a52bb44dd553",
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2022-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}