Information about plays

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

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

{
    "id": 3632979,
    "uri": "https://api.kexp.org/v2/plays/3632979/?format=api",
    "airdate": "2026-03-24T04:11:52-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-44b96a90-6079-4287-ae25-c49a3a24aacf/mbid-44b96a90-6079-4287-ae25-c49a3a24aacf-4447085306_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-44b96a90-6079-4287-ae25-c49a3a24aacf/mbid-44b96a90-6079-4287-ae25-c49a3a24aacf-4447085306_thumb250.jpg",
    "song": "React",
    "track_id": "10d0a6af-5b9e-41fc-954c-2309b2d3347e",
    "recording_id": "c2f45aa7-280e-4e76-ab18-53cdb506a3c6",
    "artist": "Jaylib feat. Quasimoto",
    "artist_ids": [
        "b37baf72-c053-4d85-82e5-3705fb5893e4",
        "b614843c-bec3-421f-9af1-03169cdd4b63"
    ],
    "album": "Champion Sound",
    "release_id": "a66c3808-f5a6-4440-8355-6b185a3730d2",
    "release_group_id": "488d66e8-7951-3316-9509-bcc6dc26fbda",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2003-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jaylib was a duo match up between rapper-producers Madlib and J Dilla. Champion Sound was their only album together.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}