Information about plays

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

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

{
    "id": 3630334,
    "uri": "https://api.kexp.org/v2/plays/3630334/?format=api",
    "airdate": "2026-03-17T21:26:03-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "https://coverartarchive.org/release/82f39b6c-f023-3f5c-bf97-ecf69e608b89/41789392398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82f39b6c-f023-3f5c-bf97-ecf69e608b89/41789392398-250.jpg",
    "song": "Machete",
    "track_id": null,
    "recording_id": "4f2a4d27-2af6-432f-9b43-7ee6e505447c",
    "artist": "Novalima",
    "artist_ids": [
        "1916112c-7385-4580-bc55-8126d349016c"
    ],
    "album": "Afro",
    "release_id": null,
    "release_group_id": "bdc48737-9be1-3c1f-9d1c-6edcf622ba47",
    "labels": [
        "Quango Music Group, Inc."
    ],
    "label_ids": [
        "b09a3c8d-b36d-4632-9e61-627520f45414"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With a shared passion for traditional Afro-Peruvian music and global DJ culture, Novalima is on tour right now!\n\nTuesday, April 28 @ 7:30PM\nTown Hall Seattle, Seattle, WA\n\nThursday, April 30 @ 7:00PM\nThe Freight, Berkeley, CA\n\nFriday, May 1 @ 8:00PM\nStar Theater, Portland, OR\n\nhttps://www.novalima.net/shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}