Information about plays

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

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

{
    "id": 3584946,
    "uri": "https://api.kexp.org/v2/plays/3584946/?format=api",
    "airdate": "2025-11-30T09:38:44-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Motorcycle Song",
    "track_id": null,
    "recording_id": "b7c343f9-ed59-453e-9380-1adaa1a1e944",
    "artist": "Arlo Guthrie",
    "artist_ids": [
        "b8efe8ac-45db-4a71-bb51-c1503986172f"
    ],
    "album": "Arlo",
    "release_id": null,
    "release_group_id": "71c117fb-3373-4815-ad1f-4ef2354d5ae4",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guthrie's “Motorcycle Song” differentiated from other motorcycle songs, constructing a persona of an “easy-going, laid back storyteller who speaks in the vocabulary of hippie culture.”\n\nA cultural history of “The Motorcycle Song” and more on Woody Guthrie’s son here:  http://motorcyclestudies.org/volume-14-2018/a-cultural-history-of-the-motorcycle-song-by-arlo-guthrie-misao-dean/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}