Information about plays

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

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

{
    "id": 3523263,
    "uri": "https://api.kexp.org/v2/plays/3523263/?format=api",
    "airdate": "2025-07-06T01:08:04-07:00",
    "show": 63934,
    "show_uri": "https://api.kexp.org/v2/shows/63934/?format=api",
    "image_uri": "https://coverartarchive.org/release/d822c97f-ba0c-4840-a2b1-e6f97fcc03b8/22670001984-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d822c97f-ba0c-4840-a2b1-e6f97fcc03b8/22670001984-250.jpg",
    "song": "Augenblick",
    "track_id": null,
    "recording_id": "885fa049-9127-45b9-8c4e-7860a38a5c43",
    "artist": "Ellende",
    "artist_ids": [
        "bf94f1fb-7122-4131-b7df-f26210ad8ec3"
    ],
    "album": "Lebensnehmer",
    "release_id": null,
    "release_group_id": "3c9fd764-dd5e-4060-b6df-1da64719281d",
    "labels": [
        "AOP Records"
    ],
    "label_ids": [
        "1b18c0c9-07f1-4490-a238-9b24ce3ede39"
    ],
    "release_date": "2019-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Graz, Styria, Austria. https://ellende.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}