Information about plays

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

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

{
    "id": 3546067,
    "uri": "https://api.kexp.org/v2/plays/3546067/?format=api",
    "airdate": "2025-08-28T23:47:23-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?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": "846052bb-3857-4fb3-8449-f6673a888c3c",
    "artist": "Taylor Swift",
    "artist_ids": [
        "20244d07-534f-4eff-b4d4-930878889970"
    ],
    "album": "Midnights",
    "release_id": null,
    "release_group_id": "0dcc84fb-c592-46e9-ba92-a52bb44dd553",
    "labels": [
        "Taylor Swift"
    ],
    "label_ids": [
        "be994c3e-0527-404f-b8f9-455e217e83d2"
    ],
    "release_date": "2022-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sending this one out to Mettlin! <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}