Information about plays

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

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

{
    "id": 3541845,
    "uri": "https://api.kexp.org/v2/plays/3541845/?format=api",
    "airdate": "2025-08-19T00:19:02-07:00",
    "show": 64327,
    "show_uri": "https://api.kexp.org/v2/shows/64327/?format=api",
    "image_uri": "https://coverartarchive.org/release/daf9a123-3d45-44bc-ae02-d534737e2e80/18269920853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/daf9a123-3d45-44bc-ae02-d534737e2e80/18269920853-250.jpg",
    "song": "Funkin' for Jamaica",
    "track_id": null,
    "recording_id": null,
    "artist": "Towa Tei",
    "artist_ids": [],
    "album": "Last Century Modern",
    "release_id": null,
    "release_group_id": "12d750e5-dced-34ad-b59f-5971c1d3596c",
    "labels": [
        "East West"
    ],
    "label_ids": [],
    "release_date": "1999-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice spectacles 'ya got there, Towa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}