Information about plays

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

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

{
    "id": 3545563,
    "uri": "https://api.kexp.org/v2/plays/3545563/?format=api",
    "airdate": "2025-08-27T17:12:39-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia800603.us.archive.org/8/items/mbid-1fa3e5de-3aee-445f-94de-20d51796816f/mbid-1fa3e5de-3aee-445f-94de-20d51796816f-21676034251_thumb500.jpg",
    "thumbnail_uri": "https://ia800603.us.archive.org/8/items/mbid-1fa3e5de-3aee-445f-94de-20d51796816f/mbid-1fa3e5de-3aee-445f-94de-20d51796816f-21676034251_thumb250.jpg",
    "song": "Fuego",
    "track_id": "5772fc50-1052-3f43-9af8-f367ab7b14f1",
    "recording_id": "20a0f290-8a08-420e-b1d7-e2c7e5571d01",
    "artist": "Bomba Estéreo",
    "artist_ids": [
        "aea8576d-7ad5-4430-bf2e-63725d80f05c"
    ],
    "album": "Blow Up",
    "release_id": "1fa3e5de-3aee-445f-94de-20d51796816f",
    "release_group_id": "8a9d352a-440f-4974-a418-3e5dc77ac2b0",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Amy!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}