Information about plays

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

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

{
    "id": 3590420,
    "uri": "https://api.kexp.org/v2/plays/3590420/?format=api",
    "airdate": "2025-12-13T03:27:01-08:00",
    "show": 65363,
    "show_uri": "https://api.kexp.org/v2/shows/65363/?format=api",
    "image_uri": "https://ia800603.us.archive.org/30/items/mbid-11adf64d-d60d-4c34-b307-d8a617abefba/mbid-11adf64d-d60d-4c34-b307-d8a617abefba-9114872376_thumb500.jpg",
    "thumbnail_uri": "https://ia800603.us.archive.org/30/items/mbid-11adf64d-d60d-4c34-b307-d8a617abefba/mbid-11adf64d-d60d-4c34-b307-d8a617abefba-9114872376_thumb250.jpg",
    "song": "Ain't Got Time",
    "track_id": "a2d930ca-aa4e-321e-9a84-1c346d244eb8",
    "recording_id": "aa559f98-e32c-4c86-93bf-33874110de3e",
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Sweet Exorcist",
    "release_id": "11adf64d-d60d-4c34-b307-d8a617abefba",
    "release_group_id": "d92c33d8-13e1-321c-84f4-e16a9d3fd117",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}