Information about plays

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

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

{
    "id": 3581850,
    "uri": "https://api.kexp.org/v2/plays/3581850/?format=api",
    "airdate": "2025-11-23T09:21:06-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fare Thee Well",
    "track_id": null,
    "recording_id": null,
    "artist": "Josh White",
    "artist_ids": [
        "f0b3af36-a38b-4e5e-bf9a-d25ae11ca741"
    ],
    "album": "Songs by Josh White",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Asch"
    ],
    "label_ids": [],
    "release_date": "1944-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collaborating with actress, activist and singer, Libby Holman, this was the first commercial recording of the song after being published by ethnomusicologist John Lomax.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}