Information about plays

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

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

{
    "id": 3591260,
    "uri": "https://api.kexp.org/v2/plays/3591260/?format=api",
    "airdate": "2025-12-15T03:31:25-08:00",
    "show": 65383,
    "show_uri": "https://api.kexp.org/v2/shows/65383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grammah Easter's Lullaby",
    "track_id": null,
    "recording_id": "c8ff9fa6-10e8-475f-9f31-c468abf329fd",
    "artist": "Pura Fé",
    "artist_ids": [
        "c47d70d6-a2cf-469d-a1b8-146b9d9470b9"
    ],
    "album": "Full Moon Rising",
    "release_id": null,
    "release_group_id": "0ed6d53f-840c-4eea-bbff-05388414d97f",
    "labels": [
        "DixieFrog"
    ],
    "label_ids": [
        "05688a0f-7a7a-4ba2-9409-47322b2af0e5"
    ],
    "release_date": "2009-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tuscaora \n\nPura Fé, whose name means \"Pure Faith”, creates art and music that teaches about how “the lives and musical traditions of African and Native peoples in America were deeply intertwined”. https://purafe.bandcamp.com/album/full-moon-rising",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}