Information about plays

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

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

{
    "id": 3552899,
    "uri": "https://api.kexp.org/v2/plays/3552899/?format=api",
    "airdate": "2025-09-14T09:11:47-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fare Thee Well Blues",
    "track_id": null,
    "recording_id": "234e4e95-a25f-4934-afa7-53ebd84258ae",
    "artist": "Joe Callicott",
    "artist_ids": [
        "0ca9df14-4a72-480f-8bbe-34ee521ce390"
    ],
    "album": "Ain't a Gonna Lie to You: George Mitchell Collection",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded by folklorist George Mitchell on Joe's front porch in Mississippi in 1967, nearly 40 years after Joe's first recordings\nhttp://www.mississippibluestravellers.com/joe-callicott-aint-a-gonna-lie-to-you-fat-possum-records \n\nhttps://joecallicott.bandcamp.com/album/aint-a-gonna-lie-to-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}