Information about plays

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

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

{
    "id": 3550909,
    "uri": "https://api.kexp.org/v2/plays/3550909/?format=api",
    "airdate": "2025-09-09T14:57:24-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://ia601606.us.archive.org/22/items/mbid-9d866d86-5b92-43db-9093-477eda43c30e/mbid-9d866d86-5b92-43db-9093-477eda43c30e-9587991319_thumb500.jpg",
    "thumbnail_uri": "https://ia601606.us.archive.org/22/items/mbid-9d866d86-5b92-43db-9093-477eda43c30e/mbid-9d866d86-5b92-43db-9093-477eda43c30e-9587991319_thumb250.jpg",
    "song": "Johnny Appleseed",
    "track_id": "04201b19-df66-30cc-b70d-b67cab903c89",
    "recording_id": "a186f9a5-3719-4577-beef-6f242e1d1f8d",
    "artist": "Joe Strummer & The Mescaleros",
    "artist_ids": [
        "39c1e474-647e-42ef-a157-fcfb30c2c2ff"
    ],
    "album": "Global a Go-Go",
    "release_id": "9d866d86-5b92-43db-9093-477eda43c30e",
    "release_group_id": "24c50298-f5cc-38d1-bedf-b1ce9b881157",
    "labels": [
        "Hellcat Records"
    ],
    "label_ids": [
        "5c5e0ca2-8819-4b3b-8b43-59943780c2b6"
    ],
    "release_date": "2001-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Justine and critters!\n---\nA modern-folk classic, \"Johnny Appleseed\" was actually written by violinist Tymon Dogg, with whom Joe Strummer had worked before The Clash.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}