Information about plays

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

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

{
    "id": 3571447,
    "uri": "https://api.kexp.org/v2/plays/3571447/?format=api",
    "airdate": "2025-10-29T15:04:54-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "https://ia800508.us.archive.org/29/items/mbid-eea33e37-ab12-4de5-b019-18104e8442ee/mbid-eea33e37-ab12-4de5-b019-18104e8442ee-28959695475_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/29/items/mbid-eea33e37-ab12-4de5-b019-18104e8442ee/mbid-eea33e37-ab12-4de5-b019-18104e8442ee-28959695475_thumb250.jpg",
    "song": "Car Radio",
    "track_id": "e7e107a8-4a6e-351f-bd5d-e01bc9749094",
    "recording_id": "1dd07237-a86e-4c07-ad92-f0a54a4190ee",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "A Series of Sneaks",
    "release_id": "eea33e37-ab12-4de5-b019-18104e8442ee",
    "release_group_id": "d571642a-876f-37fe-8194-956662c3641f",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1998-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a little more than two minutes of Spoon performing \"Car Radio\" during a secret show in New York in 2010: https://genius.com/Gum-and-ambrose-kenny-smith-old-transistor-radio-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}