Information about plays

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

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

{
    "id": 3634873,
    "uri": "https://api.kexp.org/v2/plays/3634873/?format=api",
    "airdate": "2026-03-28T22:09:50-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "https://coverartarchive.org/release/c0d88821-7647-4dd5-bc04-8a09750f817d/40769580210-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c0d88821-7647-4dd5-bc04-8a09750f817d/40769580210-250.jpg",
    "song": "Faster and Louder",
    "track_id": null,
    "recording_id": "657fb247-0df7-4aad-92f8-b902a8203093",
    "artist": "The Dictators",
    "artist_ids": [
        "ac5304f2-1787-4e87-8ed7-321f157cc89b"
    ],
    "album": "Bloodbrothers",
    "release_id": null,
    "release_group_id": "e35fcd50-2daa-3984-a62f-5f05f78cc7d4",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Ross The Boss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}