Information about plays

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

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

{
    "id": 3637010,
    "uri": "https://api.kexp.org/v2/plays/3637010/?format=api",
    "airdate": "2026-04-02T20:57:45-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/7aa42f52-e024-420e-9392-3cc21985c79b/41454739902-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7aa42f52-e024-420e-9392-3cc21985c79b/41454739902-250.jpg",
    "song": "Mum, im an artist",
    "track_id": null,
    "recording_id": "c2664a43-0e89-424f-ab20-f1f06d5fb7f7",
    "artist": "Feng",
    "artist_ids": [
        "f4428f61-f681-42b6-93c3-5f898e045c3d"
    ],
    "album": "What the Feng",
    "release_id": null,
    "release_group_id": "712fa529-b7ff-4502-8b85-2ef084a32ec1",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One more from this one!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}