Information about plays

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

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

{
    "id": 3657169,
    "uri": "https://api.kexp.org/v2/plays/3657169/?format=api",
    "airdate": "2026-05-20T09:03:29-07:00",
    "show": 66766,
    "show_uri": "https://api.kexp.org/v2/shows/66766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the City",
    "track_id": null,
    "recording_id": "1c313948-966e-4ef1-ac05-f5e5df60f9a9",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "In the City",
    "release_id": null,
    "release_group_id": "5cdc81f5-29a3-3866-8e13-9f271d3615eb",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1977-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1977, The Jam released their debut studio album 'In the City'. Released  by Polydor Records, the album reached No. 20 on the UK Albums Chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}