Information about plays

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

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

{
    "id": 3603722,
    "uri": "https://api.kexp.org/v2/plays/3603722/?format=api",
    "airdate": "2026-01-13T05:58:50-08:00",
    "show": 65638,
    "show_uri": "https://api.kexp.org/v2/shows/65638/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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 KEXP listeners' countdown of the greatest albums of all-time. Primal Scream released their third studio album, Screamadelica, in 1991.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}