Information about plays

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

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

{
    "id": 3662405,
    "uri": "https://api.kexp.org/v2/plays/3662405/?format=api",
    "airdate": "2026-06-01T13:45:28-07:00",
    "show": 66877,
    "show_uri": "https://api.kexp.org/v2/shows/66877/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac79d068-0ef4-44ee-a986-9011abb4233d/43315777870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac79d068-0ef4-44ee-a986-9011abb4233d/43315777870-250.jpg",
    "song": "Love How It Feels",
    "track_id": null,
    "recording_id": "9f660fe4-fb8e-4024-b4dd-9d630a58e332",
    "artist": "Elias Rønnenfelt",
    "artist_ids": [
        "f2874ad8-a75d-4388-b5b9-0724c79e7eda"
    ],
    "album": "Speak Daggers",
    "release_id": null,
    "release_group_id": "ee49af78-437d-4046-91e7-1db30ba9ff54",
    "labels": [
        "Escho"
    ],
    "label_ids": [
        "eb29db8c-175d-4bf0-8a41-166f774e9f2e"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}