Information about plays

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

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

{
    "id": 3549704,
    "uri": "https://api.kexp.org/v2/plays/3549704/?format=api",
    "airdate": "2025-09-06T18:22:32-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/e05631cf-303e-477f-aba9-be4f7b06b746/40493651118-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e05631cf-303e-477f-aba9-be4f7b06b746/40493651118-250.jpg",
    "song": "Braided",
    "track_id": null,
    "recording_id": "0b399398-c5fa-41e2-8805-b8aec8c5f187",
    "artist": "figure eight",
    "artist_ids": [
        "797a3980-15fe-4681-bc1e-af92d6cd321e"
    ],
    "album": "Figure Eight",
    "release_id": null,
    "release_group_id": "bdecee16-4e93-4327-8adc-c0998660b7dd",
    "labels": [
        "Cherub Dream Records"
    ],
    "label_ids": [
        "61411804-deaf-4ace-9ea3-32675e3578ab"
    ],
    "release_date": "2024-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland shoegazers figure eight performed at the very first Vinelands Live at the 4star Theater in San Francisco, CA on 4-12-2025!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}