Information about plays

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

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

{
    "id": 3630861,
    "uri": "https://api.kexp.org/v2/plays/3630861/?format=api",
    "airdate": "2026-03-19T02:25:27-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c2ea070-7d9a-4f05-bfd4-23cec4120b99/33610323850-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c2ea070-7d9a-4f05-bfd4-23cec4120b99/33610323850-250.jpg",
    "song": "Tripping Out",
    "track_id": null,
    "recording_id": "e3386202-c108-413a-9a57-003a443018a6",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Something to Believe In",
    "release_id": null,
    "release_group_id": "56db2b72-3236-35c2-866c-7307d9d739e7",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Curtis Mayfield song was actually written by Walter \"Bunny\" Sigler and recorded by Curtis for his thirteenth studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}