Information about plays

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

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

{
    "id": 3586749,
    "uri": "https://api.kexp.org/v2/plays/3586749/?format=api",
    "airdate": "2025-12-04T13:50:56-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard to Handle",
    "track_id": null,
    "recording_id": "38d33ba5-d91a-497e-ad53-29a33efc6aa7",
    "artist": "The Black Crowes",
    "artist_ids": [
        "02ceff75-7363-493e-a78d-912dc86c7460"
    ],
    "album": "Shake Your Money Maker",
    "release_id": null,
    "release_group_id": "456a8f06-5f7f-3c30-9be9-111355526469",
    "labels": [],
    "label_ids": [],
    "release_date": "1990-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the only cover song on The Black Crowes' debut album, which sold over five million copies.\n--\nSee a live performance in the video for \"Hard to Handle\": https://www.youtube.com/watch?v=BRcs_OzQb14",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}