Information about plays

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

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

{
    "id": 3608913,
    "uri": "https://api.kexp.org/v2/plays/3608913/?format=api",
    "airdate": "2026-01-25T09:48:16-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh, Negresse",
    "track_id": null,
    "recording_id": "40770eac-5caf-41b6-8d70-68eb8175419c",
    "artist": "John Delafose & the Eunice Playboys",
    "artist_ids": [
        "858b2651-9a71-4436-93b2-ea695fba0595"
    ],
    "album": "Joe Pete Got Two Women",
    "release_id": null,
    "release_group_id": "b7e9f2db-958d-4aec-a304-71857ec83251",
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born to sharecroppers in Louisiana, Delafose made fiddles and guitars out of old boards and cigar boxes fitted with window-screen wire.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}