Information about plays

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

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

{
    "id": 3595231,
    "uri": "https://api.kexp.org/v2/plays/3595231/?format=api",
    "airdate": "2025-12-24T06:05:04-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "https://ia800702.us.archive.org/7/items/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946-10200441071_thumb500.jpg",
    "thumbnail_uri": "https://ia600702.us.archive.org/7/items/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946/mbid-665ff6fa-46d0-3ed3-9c7e-ec508e850946-10200441071_thumb250.jpg",
    "song": "Cold",
    "track_id": "c4a734cb-7620-3351-9962-92ffac1ac4ca",
    "recording_id": "71a0477d-54e5-49a3-8ec5-5426a5e03fc0",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Pornography",
    "release_id": "665ff6fa-46d0-3ed3-9c7e-ec508e850946",
    "release_group_id": "5d4f8f19-23cf-34cf-b225-8cd0339c37de",
    "labels": [
        "Rhino",
        "Fiction Records",
        "Elektra"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "f6182855-aa81-453a-a460-58c0fd71635d",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2006-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cure are set for an active 2026, with major European festival dates, UK and Ireland shows, and Robert Smith curating Teenage Cancer Trust concerts in March. The band has also recorded 13 songs for a new album that’s reportedly nearing completion, suggesting new music next year. https://consequence.net/2025/10/the-cure-2026-tour-dates/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}