Information about plays

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

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

{
    "id": 3522761,
    "uri": "https://api.kexp.org/v2/plays/3522761/?format=api",
    "airdate": "2025-07-04T23:49:16-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/a164b1b6-00dc-4722-be0d-62601accb796/4437400926-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a164b1b6-00dc-4722-be0d-62601accb796/4437400926-250.jpg",
    "song": "In Memory of…",
    "track_id": null,
    "recording_id": "981d88cd-1c4e-4a60-93b9-60daec255261",
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Moment of Truth",
    "release_id": null,
    "release_group_id": "248b3e39-8504-3253-97be-e6afdf6c22fa",
    "labels": [
        "No̅o̅ Trybe"
    ],
    "label_ids": [
        "adc3c6d5-a1bb-498a-bffe-147e16ceedfd"
    ],
    "release_date": "1998-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}