Information about plays

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

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

{
    "id": 3640549,
    "uri": "https://api.kexp.org/v2/plays/3640549/?format=api",
    "airdate": "2026-04-11T03:07:05-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn711306.ca.archive.org/0/items/mbid-4b101102-9ef1-4556-b73e-d465a073d80e/mbid-4b101102-9ef1-4556-b73e-d465a073d80e-2472324896_thumb500.jpg",
    "thumbnail_uri": "https://dn711306.ca.archive.org/0/items/mbid-4b101102-9ef1-4556-b73e-d465a073d80e/mbid-4b101102-9ef1-4556-b73e-d465a073d80e-2472324896_thumb250.jpg",
    "song": "Television, the Drug of the Nation",
    "track_id": "4640f025-420b-3227-9182-aafcb7114503",
    "recording_id": "4f785555-1587-45e9-aa14-70ba7bb21abe",
    "artist": "The Disposable Heroes of Hiphoprisy",
    "artist_ids": [
        "0184c417-228d-4cd3-80ce-b44d5b9a3311"
    ],
    "album": "Hypocrisy Is the Greatest Luxury",
    "release_id": "4b101102-9ef1-4556-b73e-d465a073d80e",
    "release_group_id": "4b9127b6-60bb-373a-9460-f90327947ec4",
    "labels": [
        "4th & B’way"
    ],
    "label_ids": [
        "ff4cdd6e-e2e3-42e9-a733-c859ecf0331b"
    ],
    "release_date": "1992-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}