Information about plays

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

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

{
    "id": 3581848,
    "uri": "https://api.kexp.org/v2/plays/3581848/?format=api",
    "airdate": "2025-11-23T09:14:52-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e635511-78a2-41a1-9eba-8ce131e4c8c0/29125251282-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e635511-78a2-41a1-9eba-8ce131e4c8c0/29125251282-250.jpg",
    "song": "Fare Thee Well (Dink’s Song)",
    "track_id": null,
    "recording_id": "66846b13-f681-4232-bb96-828d56279d6e",
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Archives, Volume 1: The Early Years (1963–1967)",
    "release_id": null,
    "release_group_id": "07dec6dc-481c-44e2-8669-bd2bc7830bd3",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2020-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded at a radio station in Canada in 1963. John Lomax first heard this song in 1909 from an African-American woman named \"Dink\" in Texas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}