Information about plays

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

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

{
    "id": 3574575,
    "uri": "https://api.kexp.org/v2/plays/3574575/?format=api",
    "airdate": "2025-11-06T03:54:10-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alabama March",
    "track_id": null,
    "recording_id": "7138ea3b-ddf4-4912-adbc-236b02f8d160",
    "artist": "Mickey Baker",
    "artist_ids": [
        "43bd1c60-8435-4ba0-8f37-94a518c93024"
    ],
    "album": "Mississippi Delta Dues",
    "release_id": null,
    "release_group_id": "858712a8-c921-3985-a66d-74f1759ec2a4",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary guitarist, formerly of Mickey & Sylvia, who hit with the song \"Love Is Strange\", collaborating with Greek experimental composer Iannis Xenakis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}