Information about plays

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

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

{
    "id": 3574545,
    "uri": "https://api.kexp.org/v2/plays/3574545/?format=api",
    "airdate": "2025-11-06T02:08:53-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa2e4bed-2f89-407a-a9df-ec7259699102/2688871290-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa2e4bed-2f89-407a-a9df-ec7259699102/2688871290-250.jpg",
    "song": "Ironside",
    "track_id": null,
    "recording_id": "f1f9b907-db79-43f7-852d-a3339831dda0",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "Smackwater Jack",
    "release_id": null,
    "release_group_id": "600debda-53c9-3260-96db-ee7c30028d99",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Rest In Power to the Legend himself, the legacy that he leaves is unmistakable in all forms of music and beyond",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}