Information about plays

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

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

{
    "id": 3586545,
    "uri": "https://api.kexp.org/v2/plays/3586545/?format=api",
    "airdate": "2025-12-04T03:10:24-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lemonade",
    "track_id": null,
    "recording_id": "6ed6b0b4-4572-4255-9318-7ba66deb6571",
    "artist": "Gucci Mane",
    "artist_ids": [
        "36494952-f434-45d8-a958-8b4acdbcf8a8"
    ],
    "album": "The State vs. Radric Davis",
    "release_id": null,
    "release_group_id": "dfb7aedc-7a99-4ef3-a442-fe19c4e4a795",
    "labels": [
        "1017 Brick Squad Records"
    ],
    "label_ids": [
        "0cb67408-e398-43a8-a6ab-fe179555ec1e"
    ],
    "release_date": "2009-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lemonade,\" from Gucci Mane's sixth studio album, samples \"Keep It Warm\" by Flo & Eddie. The song was produced by Atlanta-based  Shondrae Crawford, better known as Bangladesh.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}