Information about plays

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

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

{
    "id": 3549699,
    "uri": "https://api.kexp.org/v2/plays/3549699/?format=api",
    "airdate": "2025-09-06T18:10:19-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/910d83a7-2105-447b-bdef-270ca0f81eb0/32216057172-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/910d83a7-2105-447b-bdef-270ca0f81eb0/32216057172-250.jpg",
    "song": "Hanging On the Telephone",
    "track_id": null,
    "recording_id": "652baa3a-b256-4f40-a97f-4f9a755385ff",
    "artist": "The Nerves",
    "artist_ids": [
        "560b9e8a-7387-49ff-8b15-e17e3ffd8502"
    ],
    "album": "One Way Ticket",
    "release_id": null,
    "release_group_id": "e107babf-bb0d-32d9-952e-7a537a7ab1f8",
    "labels": [
        "Alive Naturalsound Records"
    ],
    "label_ids": [
        "19184754-b017-4149-a27e-0f7789d15046"
    ],
    "release_date": "2008-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "70's power pop from SF trio \"The Nerves\", famously covered by Blondie for their debut LP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}