Information about plays

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

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

{
    "id": 3586198,
    "uri": "https://api.kexp.org/v2/plays/3586198/?format=api",
    "airdate": "2025-12-03T07:17:25-08:00",
    "show": 65277,
    "show_uri": "https://api.kexp.org/v2/shows/65277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love the One You’re (with)",
    "track_id": null,
    "recording_id": "aea62299-6e70-43e7-874b-c603d95bb6d5",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Live at Fillmore West",
    "release_id": null,
    "release_group_id": "6ae76995-b59f-3206-bfd9-83378eac5b4e",
    "labels": [
        "Rhino Handmade"
    ],
    "label_ids": [
        "bc61cc19-4318-48af-82d0-98607f7c9f66"
    ],
    "release_date": "1971-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rolling Stone calls out \"Aretha Live at Fillmore West\" one of Aretha Franklin's greatest albums. Read their review here:\nhttps://tinyurl.com/3bk23avr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}