Information about plays

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

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

{
    "id": 3584958,
    "uri": "https://api.kexp.org/v2/plays/3584958/?format=api",
    "airdate": "2025-11-30T10:31:02-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roll On, John",
    "track_id": null,
    "recording_id": "377905f1-9535-47b2-a11f-89323c8b05bb",
    "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": "On a local New York City radio show called “Folksinger’s Choice” when Dylan was 20 years old. He improvised his own backstory. Read the full interview here:\nhttps://expectingrain.com/dok/int/gooding.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}