Information about plays

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

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

{
    "id": 3581843,
    "uri": "https://api.kexp.org/v2/plays/3581843/?format=api",
    "airdate": "2025-11-23T09:00:39-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cotton Fields",
    "track_id": null,
    "recording_id": "d4085411-33b3-4649-9439-772ddb07701e",
    "artist": "Odetta",
    "artist_ids": [
        "e81906c6-cba2-44ec-9e39-29737754d809"
    ],
    "album": "One Grain of Sand",
    "release_id": null,
    "release_group_id": "55a00004-98ed-446a-8bd5-ca256af1e4ba",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released the same year as her famous rendition of “I’m on My Way” at the March on Washington, One Grain of Sand captures the social justice project that was Odetta’s voice. “There was no way I could say the things I was thinking, but I could sing them,” she later remarked. \n\nhttps://history.yale.edu/publications/odetta-s-one-grain-sand",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}