Information about plays

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

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

{
    "id": 3634502,
    "uri": "https://api.kexp.org/v2/plays/3634502/?format=api",
    "airdate": "2026-03-28T04:30:17-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://dn711200.ca.archive.org/0/items/mbid-4867ceba-ffe7-40c0-a093-45be6c03c655/mbid-4867ceba-ffe7-40c0-a093-45be6c03c655-6729981357_thumb500.jpg",
    "thumbnail_uri": "https://dn711200.ca.archive.org/0/items/mbid-4867ceba-ffe7-40c0-a093-45be6c03c655/mbid-4867ceba-ffe7-40c0-a093-45be6c03c655-6729981357_thumb250.jpg",
    "song": "Get Lucky",
    "track_id": "51afc5a9-f965-4c58-b3ec-37c36c98bffe",
    "recording_id": "833f00e1-781f-4edd-90e4-e52712618862",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Random Access Memories",
    "release_id": "4867ceba-ffe7-40c0-a093-45be6c03c655",
    "release_group_id": "aa997ea0-2936-40bd-884d-3af8a0e064dc",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2013-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}