Information about plays

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

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

{
    "id": 3548264,
    "uri": "https://api.kexp.org/v2/plays/3548264/?format=api",
    "airdate": "2025-09-03T03:41:32-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia800207.us.archive.org/9/items/mbid-eefe82d4-6967-4282-b852-7e4c2f84aa2a/mbid-eefe82d4-6967-4282-b852-7e4c2f84aa2a-38333257610_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/9/items/mbid-eefe82d4-6967-4282-b852-7e4c2f84aa2a/mbid-eefe82d4-6967-4282-b852-7e4c2f84aa2a-38333257610_thumb250.jpg",
    "song": "24 Hour Party People",
    "track_id": "becb89de-0abe-38aa-bfb8-0fc8b69a4ec0",
    "recording_id": "80267b9c-f972-4d8a-9ce7-48320319f532",
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Sunshine And Love",
    "release_id": "c378401c-b39d-4caf-ace3-229c52f1ce5c",
    "release_group_id": "a44910d0-dfeb-307e-b177-f120073b0e36",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"No days off...\"\nHere's the official video for this classic song from the Madchester scene: https://www.youtube.com/watch?v=0zWpHxfQvtk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}