Information about plays

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

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

{
    "id": 3594432,
    "uri": "https://api.kexp.org/v2/plays/3594432/?format=api",
    "airdate": "2025-12-22T10:31:04-08:00",
    "show": 65448,
    "show_uri": "https://api.kexp.org/v2/shows/65448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eye in the Sky",
    "track_id": "0c3c1561-d135-46eb-934f-b69a167c604e",
    "recording_id": "e9209cce-7b98-4d7e-ba62-779374272de6",
    "artist": "The Alan Parsons Project",
    "artist_ids": [
        "f98711e5-06f7-43ed-8239-da0f61a9c460"
    ],
    "album": "Eye in the Sky",
    "release_id": "5790c485-8028-4dc2-b3c7-2f0c0944f612",
    "release_group_id": "c9137ca5-26bd-3374-bebc-a813fbfe9c4f",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Well of course we had to follow-up that last song with this one! “Eye In The Sky” is The Alan Parsons Project’s biggest hit, reaching #3 in the US in October 1982.\n\nhttps://alanparsons.com/\n\nBest of luck getting this out of your ear.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}