Information about plays

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

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

{
    "id": 3605139,
    "uri": "https://api.kexp.org/v2/plays/3605139/?format=api",
    "airdate": "2026-01-16T15:24:45-08:00",
    "show": 65666,
    "show_uri": "https://api.kexp.org/v2/shows/65666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Record in T.V.",
    "track_id": null,
    "recording_id": "e424adf1-a2f0-4820-83a9-cfcc453d6357",
    "artist": "Los Kenya",
    "artist_ids": [
        "ebc1bf33-fe26-4de2-b47e-6ab2b8730162"
    ],
    "album": "Los Kenya",
    "release_id": null,
    "release_group_id": "5abc0f19-e5e2-4a68-902c-23fb1818e712",
    "labels": [
        "Velvet"
    ],
    "label_ids": [
        "7686c767-6912-4ab3-8d81-baed788a0a76"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Frank!\n\nVenezuelan Salsa of the most underrated variety \n\nhttps://www.youtube.com/watch?v=qdvpO18yfHg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}