Information about plays

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

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

{
    "id": 3544312,
    "uri": "https://api.kexp.org/v2/plays/3544312/?format=api",
    "airdate": "2025-08-24T17:03:58-07:00",
    "show": 64377,
    "show_uri": "https://api.kexp.org/v2/shows/64377/?format=api",
    "image_uri": "https://ia801208.us.archive.org/9/items/mbid-51dd39ef-8e73-420e-9f18-649d0d923109/mbid-51dd39ef-8e73-420e-9f18-649d0d923109-10919843616_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/9/items/mbid-51dd39ef-8e73-420e-9f18-649d0d923109/mbid-51dd39ef-8e73-420e-9f18-649d0d923109-10919843616_thumb250.jpg",
    "song": "Rock ’n’ Roll High School",
    "track_id": "1c16c310-5ac3-3ab0-a3e3-2a1ab0241613",
    "recording_id": "625be5b7-cd73-422c-92c9-abd4d35e49ad",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "End of the Century",
    "release_id": "51dd39ef-8e73-420e-9f18-649d0d923109",
    "release_group_id": "b46e3fa3-f066-311b-a096-8c8b9353dab8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1979, The Ramones' movie Rock & Roll High School opens in theaters!\n\nThere were a couple versions of this song recorded, some with Phil Spector's hand involved ; the official video: https://youtu.be/oz7KYUkdlvE ; and from the movie: https://youtu.be/c5vh0QHUA1w ; https://ramones.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}