Information about plays

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

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

{
    "id": 3581901,
    "uri": "https://api.kexp.org/v2/plays/3581901/?format=api",
    "airdate": "2025-11-23T11:52:13-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the World's On Fire",
    "track_id": null,
    "recording_id": null,
    "artist": "The Carter Family",
    "artist_ids": [
        "29c5b1fb-5dcc-4499-b225-4ceeeb8a73d1"
    ],
    "album": "When The World's On Fire/When Springtime Comes Again",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Victor"
    ],
    "label_ids": [],
    "release_date": "1930-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Woody Guthrie based the melody of “This Land is Your Land” off of this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}