Information about plays

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

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

{
    "id": 3552904,
    "uri": "https://api.kexp.org/v2/plays/3552904/?format=api",
    "airdate": "2025-09-14T09:27:08-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/15345c5f-fad5-41d8-a827-9c4b963819b6/32907469146-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15345c5f-fad5-41d8-a827-9c4b963819b6/32907469146-250.jpg",
    "song": "Oh Babe It Ain't No Lie",
    "track_id": null,
    "recording_id": "0e866129-7d97-46a5-a341-b0d74ece2229",
    "artist": "Elizabeth Cotten",
    "artist_ids": [
        "907f53c2-f7d1-406a-8071-30262ba472ca"
    ],
    "album": "Folksongs and Instrumentals With Guitar",
    "release_id": null,
    "release_group_id": "3d360ea7-e0f5-420e-af07-7400dee2aace",
    "labels": [
        "Folkways Records"
    ],
    "label_ids": [
        "4c119b4a-d398-454a-be5d-96b7aac653bc"
    ],
    "release_date": "1958-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1958, showcasing Cotten’s left handed playing of an upside down right handed guitar.\nhttps://elizabethcotten.bandcamp.com/album/freight-train-and-other-north-carolina-folk-songs-and-tunes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}