Information about plays

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

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

{
    "id": 3584959,
    "uri": "https://api.kexp.org/v2/plays/3584959/?format=api",
    "airdate": "2025-11-30T10:35:18-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Times in New York Town",
    "track_id": null,
    "recording_id": "61caffa1-0af5-4d12-aa11-b99c7411bdf7",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Folksinger’s Choice",
    "release_id": null,
    "release_group_id": "d1fc0401-eaa7-3447-bcd5-1712096bf1a1",
    "labels": [
        "Yellow Dog Records"
    ],
    "label_ids": [
        "8768c2cb-8cb5-47e5-9bec-275aed229e51"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the few originals in this radio set. \nOn this radio show with established folk singer Cynthia Gooding, Dylan claimed to have traveled with a carnival 'off and on for about six years.' Read more about his tall tales here: https://www.openculture.com/2013/06/hear_a_young_bob_dylan_sing_11_songs_and_tell_tall_tales_on_a_1962_radio_show.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}