Information about plays

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

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

{
    "id": 3613053,
    "uri": "https://api.kexp.org/v2/plays/3613053/?format=api",
    "airdate": "2026-02-04T08:48:06-08:00",
    "show": 65837,
    "show_uri": "https://api.kexp.org/v2/shows/65837/?format=api",
    "image_uri": "https://ia801609.us.archive.org/0/items/mbid-627e3a2a-2df4-46c3-afb3-f734dcc90100/mbid-627e3a2a-2df4-46c3-afb3-f734dcc90100-9227814008_thumb500.jpg",
    "thumbnail_uri": "https://ia801609.us.archive.org/0/items/mbid-627e3a2a-2df4-46c3-afb3-f734dcc90100/mbid-627e3a2a-2df4-46c3-afb3-f734dcc90100-9227814008_thumb250.jpg",
    "song": "Blitzkrieg Bop",
    "track_id": "ca7caa67-d4de-3b29-8ec9-36146b8004cf",
    "recording_id": "0441c372-0624-4b06-8657-24390ed557eb",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Ramones",
    "release_id": "627e3a2a-2df4-46c3-afb3-f734dcc90100",
    "release_group_id": "7de1e321-4a53-3feb-b83e-f1dab88bf952",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1976-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day 50 years ago (1976), The Ramones released their debut single \"Blitzkrieg Bop\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}