Information about plays

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

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

{
    "id": 3586612,
    "uri": "https://api.kexp.org/v2/plays/3586612/?format=api",
    "airdate": "2025-12-04T07:09:20-08:00",
    "show": 65285,
    "show_uri": "https://api.kexp.org/v2/shows/65285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Some Velvet Morning",
    "track_id": "c2335920-49bc-3f00-b145-3141090cefe3",
    "recording_id": "8ccd40ed-276d-4cb8-8ecd-aa31866229fc",
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Souvlaki",
    "release_id": "07d02411-6722-4071-8130-14fb8512288a",
    "release_group_id": "46482030-ef12-319c-9c5a-5d04c39d574b",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1994-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the song by Nancy Sinatra and Lee Hazlewood. It first appeared on Sinatra's album Movin' with Nancy, the soundtrack to her 1967 television special of the same name, which also featured a performance of the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}