Information about plays

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

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

{
    "id": 3607761,
    "uri": "https://api.kexp.org/v2/plays/3607761/?format=api",
    "airdate": "2026-01-22T19:22:42-08:00",
    "show": 65726,
    "show_uri": "https://api.kexp.org/v2/shows/65726/?format=api",
    "image_uri": "https://coverartarchive.org/release/aee0ebd1-e0b3-44c0-9964-0c5fb97946b1/40770965735-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aee0ebd1-e0b3-44c0-9964-0c5fb97946b1/40770965735-250.jpg",
    "song": "ふっと気がつきゃ",
    "track_id": null,
    "recording_id": "8f23aea8-e97b-4f61-91be-7be37402f55e",
    "artist": "Kaze",
    "artist_ids": [],
    "album": "Windless Blue",
    "release_id": null,
    "release_group_id": "7002888d-9dd4-48e1-bd08-1bf8d8103863",
    "labels": [
        "PANAM"
    ],
    "label_ids": [
        "5ace2e11-118c-4c75-a2bd-b7a82352f7f9"
    ],
    "release_date": "1976-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=MJ3O7xyM0GY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}