Information about plays

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

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

{
    "id": 3632050,
    "uri": "https://api.kexp.org/v2/plays/3632050/?format=api",
    "airdate": "2026-03-21T19:01:58-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4716b8e-863d-435d-9cc5-7d33afc2adc4/43937154324-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b4716b8e-863d-435d-9cc5-7d33afc2adc4/43937154324-250.jpg",
    "song": "Red Hot Summer",
    "track_id": null,
    "recording_id": "a4d051f6-b43c-4f43-baf4-89eb58fc846f",
    "artist": "Zookraught",
    "artist_ids": [
        "86e8aa37-7a04-4ea4-b8a8-86f9ca814076"
    ],
    "album": "VIDA VIOLET",
    "release_id": null,
    "release_group_id": "b1e5f9bc-53b2-4c8e-9042-01037fb7b5b8",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Both VIDA VIOLET and Rumours 2 were mastered by the legendary Chris Hanszek!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}