Information about plays

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

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

{
    "id": 3613664,
    "uri": "https://api.kexp.org/v2/plays/3613664/?format=api",
    "airdate": "2026-02-05T20:08:07-08:00",
    "show": 65849,
    "show_uri": "https://api.kexp.org/v2/shows/65849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bird Song",
    "track_id": null,
    "recording_id": null,
    "artist": "菅野よう子",
    "artist_ids": [
        "5ffb73c0-b739-4231-ba22-f8d361be1d45"
    ],
    "album": "Escaflowne",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "SUNRISE Music"
    ],
    "label_ids": [],
    "release_date": "2000-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "菅野よう子 (Yoko Kanno) is a Japanese composer, arranger and music producer of soundtracks for anime series, video games, television dramas and movies. She has written scores for Cowboy Bebop, Terror in Resonance, Ghost in the Shell: Stand Alone Complex, Wolf's Rain, Turn A Gundam and Darker than Black.\n--\nhttps://yokokanno.ch/en/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}