Information about plays

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

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

{
    "id": 3542549,
    "uri": "https://api.kexp.org/v2/plays/3542549/?format=api",
    "airdate": "2025-08-20T16:48:31-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://ia600809.us.archive.org/7/items/mbid-b27d86d6-b42f-4945-b3ac-1175daf830c4/mbid-b27d86d6-b42f-4945-b3ac-1175daf830c4-41256447524_thumb500.jpg",
    "thumbnail_uri": "https://ia600809.us.archive.org/7/items/mbid-b27d86d6-b42f-4945-b3ac-1175daf830c4/mbid-b27d86d6-b42f-4945-b3ac-1175daf830c4-41256447524_thumb250.jpg",
    "song": "It’s Amazing To Be Young",
    "track_id": "c2ca6f74-b54c-48ed-b41a-f7a183574992",
    "recording_id": "a46e30b3-e502-405c-ad99-0e3612949487",
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "It's Amazing To Be Young",
    "release_id": "b27d86d6-b42f-4945-b3ac-1175daf830c4",
    "release_group_id": "53ce0146-ac8b-47a5-99e3-1be3e740231e",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was written in the presence of Carlos Deegon III's newborn child - \n\"The feeling of hope a child can give is profound and moving, especially for young men like us. That sense of wanting to create a world for them to grow up in happily. It’s a feeling that fights against the cynicism that can often overtake us in the modern world.\" https://tinyurl.com/42xa48rh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}