Information about plays

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

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

{
    "id": 3572025,
    "uri": "https://api.kexp.org/v2/plays/3572025/?format=api",
    "airdate": "2025-10-31T01:14:06-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://coverartarchive.org/release/62a7f053-e65d-4842-8da2-291c0b7f346c/2722656136-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/62a7f053-e65d-4842-8da2-291c0b7f346c/2722656136-250.jpg",
    "song": "Midnight in a Perfect World (Gab mix)",
    "track_id": null,
    "recording_id": "778deee2-5c67-4e87-a4aa-bf7a9801cdef",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Reconstructed: The Definitive DJ Shadow",
    "release_id": null,
    "release_group_id": "591528f6-c6c4-4ab2-b80b-d042fa8f724d",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2012-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}