Information about plays

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

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

{
    "id": 3521926,
    "uri": "https://api.kexp.org/v2/plays/3521926/?format=api",
    "airdate": "2025-07-03T03:05:34-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/8244e6f2-77f6-4a33-9482-4b6ee6cdc84d/41495747450-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8244e6f2-77f6-4a33-9482-4b6ee6cdc84d/41495747450-250.jpg",
    "song": "Really Wanna Be With You",
    "track_id": null,
    "recording_id": "3a98bba9-6150-4493-afc4-465f23b6cf48",
    "artist": "Durand Jones & The Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Flowers",
    "release_id": null,
    "release_group_id": "ef7063f4-5f5c-49ea-a1b8-24a4b5d66351",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}