Information about plays

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

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

{
    "id": 3546312,
    "uri": "https://api.kexp.org/v2/plays/3546312/?format=api",
    "airdate": "2025-08-29T13:13:21-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://ia804503.us.archive.org/24/items/mbid-54c8f9e0-78ba-4083-b2fa-557af3cbeb5a/mbid-54c8f9e0-78ba-4083-b2fa-557af3cbeb5a-7946212058_thumb500.jpg",
    "thumbnail_uri": "https://ia904503.us.archive.org/24/items/mbid-54c8f9e0-78ba-4083-b2fa-557af3cbeb5a/mbid-54c8f9e0-78ba-4083-b2fa-557af3cbeb5a-7946212058_thumb250.jpg",
    "song": "Plain Tiger",
    "track_id": "8a45caf0-8a56-4c41-822e-d6db10322daa",
    "recording_id": "b838ef59-9429-40b6-9f31-2158e623f410",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Tiny Dynamine",
    "release_id": "54c8f9e0-78ba-4083-b2fa-557af3cbeb5a",
    "release_group_id": "87b135ad-694b-3fb5-9ce9-d7cf893bb3e1",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1985-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}