Information about plays

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

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

{
    "id": 3522806,
    "uri": "https://api.kexp.org/v2/plays/3522806/?format=api",
    "airdate": "2025-07-05T02:24:42-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "https://coverartarchive.org/release/065bc43f-e2f5-47f0-a045-51b9398bab09/18927965654-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/065bc43f-e2f5-47f0-a045-51b9398bab09/18927965654-250.jpg",
    "song": "Romance (Romansa)",
    "track_id": null,
    "recording_id": "9bacf5e1-a85e-47ea-b484-f7baa1ef833b",
    "artist": "Du-Du-A",
    "artist_ids": [
        "0b5c6b6b-cf40-4da5-939c-7ecb1f6dca32"
    ],
    "album": "Romance / Irie",
    "release_id": null,
    "release_group_id": "8bcccdd1-b5ea-41ec-8097-37f86590669e",
    "labels": [
        "Jugoton"
    ],
    "label_ids": [
        "ab6093a8-ca1a-4b01-9a41-33c292a79868"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/1187285-Du-Du-A-Romance-Irie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}