Information about plays

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

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

{
    "id": 3599602,
    "uri": "https://api.kexp.org/v2/plays/3599602/?format=api",
    "airdate": "2026-01-03T09:57:26-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rudy, a Message to You",
    "track_id": null,
    "recording_id": "27285c9c-16e5-476b-9ed4-bdb5e07cc4b5",
    "artist": "Dandy Livingstone",
    "artist_ids": [
        "0bf4a9b6-773f-49a5-a31d-76639926699c"
    ],
    "album": "Soul of Jamaica, Volume 2",
    "release_id": null,
    "release_group_id": "9ec52a41-ec99-33f9-af3d-f9ce51b1c6fc",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dandy Livingstone is a British-Jamaican ska, rocksteady and reggae musician and record producer, best known for his 1972 hit \"Suzanne Beware of the Devil\", and for his song \"Rudy, a Message to You\", which was later a hit for the Specials.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}