Information about plays

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

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

{
    "id": 3659685,
    "uri": "https://api.kexp.org/v2/plays/3659685/?format=api",
    "airdate": "2026-05-26T04:54:52-07:00",
    "show": 66817,
    "show_uri": "https://api.kexp.org/v2/shows/66817/?format=api",
    "image_uri": "https://coverartarchive.org/release/62faec32-801d-416f-a7db-97c852cfff0c/39872378475-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/62faec32-801d-416f-a7db-97c852cfff0c/39872378475-250.jpg",
    "song": "war",
    "track_id": null,
    "recording_id": "f1c2aa41-2b6d-499c-97c8-3e4accb50c73",
    "artist": "Fousheé",
    "artist_ids": [
        "a298565e-d43e-46c4-b35c-bfe131258815"
    ],
    "album": "Pointy Heights",
    "release_id": null,
    "release_group_id": "7bfdce3d-0ce1-4342-b4c5-076d5d4fb968",
    "labels": [
        "Trackmasters Entertainment"
    ],
    "label_ids": [
        "3d6e7500-494d-4e02-a72e-765da9d1496e"
    ],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamaican-American artist Britanny Fousheé, known simply as Fousheé, grew up in New Jersey\n\nhttps://www.youtube.com/watch?v=km9wJDurSSk&t=1s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}