Information about plays

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

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

{
    "id": 3552751,
    "uri": "https://api.kexp.org/v2/plays/3552751/?format=api",
    "airdate": "2025-09-13T23:47:11-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sometimes",
    "track_id": null,
    "recording_id": "a4e70c34-cd6f-4463-912b-4657738f03d3",
    "artist": "Subvert",
    "artist_ids": [
        "f02f61f6-f3f4-4473-b552-0031ffb3be55"
    ],
    "album": "Free Your Mind!",
    "release_id": null,
    "release_group_id": "894be247-3807-4281-b3ae-6770aef3e1f7",
    "labels": [
        "Raging Records"
    ],
    "label_ids": [
        "3346ff3f-97ad-4fc6-bef4-f6e2065484b6"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Puyallup, WA in 1986 and featuring members of Christdriver and The Black Nasty.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}