Information about plays

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

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

{
    "id": 3640592,
    "uri": "https://api.kexp.org/v2/plays/3640592/?format=api",
    "airdate": "2026-04-11T05:07:04-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-507f0718-36d4-4707-9aee-eee856104374/mbid-507f0718-36d4-4707-9aee-eee856104374-24067025030_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-507f0718-36d4-4707-9aee-eee856104374/mbid-507f0718-36d4-4707-9aee-eee856104374-24067025030_thumb250.jpg",
    "song": "Sell Me a Lemon",
    "track_id": "1ddb88ac-8ce4-4b3e-afac-dfed85c557a0",
    "recording_id": "fa056864-1ea6-4e3e-bb7a-d536233bfe9a",
    "artist": "Ming City Rockers",
    "artist_ids": [
        "1bf2df35-e167-46e8-aa5e-5e768931cd3b"
    ],
    "album": "Lemon",
    "release_id": "507f0718-36d4-4707-9aee-eee856104374",
    "release_group_id": "56b1e71e-de23-42cf-b883-17555004ef31",
    "labels": [
        "Mad Monkey Records"
    ],
    "label_ids": [
        "af2268c4-31af-4098-8200-0544944779b6"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}