Information about plays

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

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

{
    "id": 3644705,
    "uri": "https://api.kexp.org/v2/plays/3644705/?format=api",
    "airdate": "2026-04-20T23:41:48-07:00",
    "show": 66509,
    "show_uri": "https://api.kexp.org/v2/shows/66509/?format=api",
    "image_uri": "https://coverartarchive.org/release/70c6b166-dbf8-4a06-bb0b-e3f941973b8d/44152070607-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70c6b166-dbf8-4a06-bb0b-e3f941973b8d/44152070607-250.jpg",
    "song": "Thinking About You",
    "track_id": null,
    "recording_id": "4f0c1631-407b-4d2b-85cd-83f30b1ed28f",
    "artist": "Lovetempo",
    "artist_ids": [],
    "album": "There Is a Light",
    "release_id": null,
    "release_group_id": "e9fea41c-60a0-42e5-b4b7-54641103f204",
    "labels": [
        "Toucan Sounds"
    ],
    "label_ids": [],
    "release_date": "2026-04-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun 'n' funky debut full-length from Brooklyn's Lovetempo! - https://itslovetempo.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}