Information about plays

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

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

{
    "id": 3657247,
    "uri": "https://api.kexp.org/v2/plays/3657247/?format=api",
    "airdate": "2026-05-20T13:29:47-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-3a55bafb-ea33-372e-98f6-dd6868063a21/mbid-3a55bafb-ea33-372e-98f6-dd6868063a21-29456951900_thumb500.jpg",
    "thumbnail_uri": "https://dn710109.ca.archive.org/0/items/mbid-3a55bafb-ea33-372e-98f6-dd6868063a21/mbid-3a55bafb-ea33-372e-98f6-dd6868063a21-29456951900_thumb250.jpg",
    "song": "I Got By in Time",
    "track_id": "9821955c-8381-3376-bfa8-4eb33955a98e",
    "recording_id": "1493f931-ae45-4718-a696-6aae89c30fb9",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "In the City",
    "release_id": "3a55bafb-ea33-372e-98f6-dd6868063a21",
    "release_group_id": "5cdc81f5-29a3-3866-8e13-9f271d3615eb",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1997-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to The Jam's debut album, released on this date in 1977! The album set 19-year-old Paul Weller on the path to stardom!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}