Information about plays

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

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

{
    "id": 3637936,
    "uri": "https://api.kexp.org/v2/plays/3637936/?format=api",
    "airdate": "2026-04-04T22:07:32-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/112222c0-5963-4244-a34e-79ecb20beeef/43570812828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/112222c0-5963-4244-a34e-79ecb20beeef/43570812828-250.jpg",
    "song": "Free Me",
    "track_id": null,
    "recording_id": "27e3b65f-1397-4102-838f-040803b55ed6",
    "artist": "Destiny Bond",
    "artist_ids": [
        "8499b193-b7ce-4982-bdac-904bb797cdf0"
    ],
    "album": "The Love",
    "release_id": null,
    "release_group_id": "1d125f1f-3e93-4b8a-a65c-d9166f54e340",
    "labels": [
        "Convulse Records"
    ],
    "label_ids": [
        "3101d71d-c483-4ea6-8525-74e3c6b861bf"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Denver's Destiny Bond says The Love is about the immortal nature of Love.\n\nhttps://convulserecords.bandcamp.com/album/the-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}