Information about plays

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

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

{
    "id": 3612002,
    "uri": "https://api.kexp.org/v2/plays/3612002/?format=api",
    "airdate": "2026-02-01T18:34:20-08:00",
    "show": 65815,
    "show_uri": "https://api.kexp.org/v2/shows/65815/?format=api",
    "image_uri": "https://coverartarchive.org/release/e84e4f74-4224-4b30-94b1-af9b401fe6f0/15740405914-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e84e4f74-4224-4b30-94b1-af9b401fe6f0/15740405914-250.jpg",
    "song": "Can You Feel It",
    "track_id": null,
    "recording_id": "9eaf77d9-6a2d-43aa-92e0-e0745c0b028d",
    "artist": "The Jacksons",
    "artist_ids": [
        "e5257dc5-1edd-4fca-b7e6-1158e00522c8"
    ],
    "album": "Triumph",
    "release_id": null,
    "release_group_id": "923ff7f6-c31d-3665-b506-d85336e9f731",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was released just over a year after Michael Jackson's Off The Wall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}