Information about plays

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

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

{
    "id": 3561953,
    "uri": "https://api.kexp.org/v2/plays/3561953/?format=api",
    "airdate": "2025-10-06T07:40:21-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia800309.us.archive.org/28/items/mbid-51769fbe-5aea-442c-bd77-e98a47ce4453/mbid-51769fbe-5aea-442c-bd77-e98a47ce4453-5376385316_thumb500.jpg",
    "thumbnail_uri": "https://ia600309.us.archive.org/28/items/mbid-51769fbe-5aea-442c-bd77-e98a47ce4453/mbid-51769fbe-5aea-442c-bd77-e98a47ce4453-5376385316_thumb250.jpg",
    "song": "Movin’ on Up",
    "track_id": "31c79adf-390d-3b7e-b57d-39ce1a9f9874",
    "recording_id": "04e60be7-3d65-4ed9-bd8c-3dab33fccff5",
    "artist": "Primal Scream",
    "artist_ids": [
        "55704c38-224f-4b75-b29f-d43653f8bc9a"
    ],
    "album": "Screamadelica",
    "release_id": "51769fbe-5aea-442c-bd77-e98a47ce4453",
    "release_group_id": "48a1839c-f4e0-3223-831f-fc36ca6ff7cf",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1991-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#607 on your countdown of the greatest albums of all-time. We need YOU, now https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}