Information about plays

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

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

{
    "id": 3638680,
    "uri": "https://api.kexp.org/v2/plays/3638680/?format=api",
    "airdate": "2026-04-06T16:03:53-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "https://dn711309.ca.archive.org/0/items/mbid-247cfa2a-f174-4297-b16d-3b6240492b3c/mbid-247cfa2a-f174-4297-b16d-3b6240492b3c-15271176310_thumb500.jpg",
    "thumbnail_uri": "https://dn711309.ca.archive.org/0/items/mbid-247cfa2a-f174-4297-b16d-3b6240492b3c/mbid-247cfa2a-f174-4297-b16d-3b6240492b3c-15271176310_thumb250.jpg",
    "song": "Everybody Loves the Sunshine (9th Wonder remix)",
    "track_id": "b61d9390-6872-32a8-8199-8c4f82b7a29c",
    "recording_id": "38835db3-00ae-459b-b86d-72f77668c96b",
    "artist": "Roy Ayers",
    "artist_ids": [
        "06e199c1-6f33-477b-a74d-bc8a283bd8f0"
    ],
    "album": "Verve//Remixed⁴",
    "release_id": "247cfa2a-f174-4297-b16d-3b6240492b3c",
    "release_group_id": "4d0e499a-54c3-323e-b8f6-5160aac56f2a",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2008-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original recording is the title track from Roy Ayers Ubiquity's release from 1976.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}