Information about plays

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

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

{
    "id": 3566515,
    "uri": "https://api.kexp.org/v2/plays/3566515/?format=api",
    "airdate": "2025-10-17T22:12:28-07:00",
    "show": 64861,
    "show_uri": "https://api.kexp.org/v2/shows/64861/?format=api",
    "image_uri": "https://coverartarchive.org/release/96ae455b-d72e-4665-9daa-85d64c2ee5e3/23841776839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96ae455b-d72e-4665-9daa-85d64c2ee5e3/23841776839-250.jpg",
    "song": "Everybody Loves the Sunshine (live)",
    "track_id": null,
    "recording_id": "802382b1-05b7-4060-a012-a0f5656f2b2b",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Yoda: The Monarch of Neo-Soul",
    "release_id": null,
    "release_group_id": "fb42d95e-fe94-3d62-bc90-e4d4ae99dd7a",
    "labels": [
        "Think Differently Music"
    ],
    "label_ids": [
        "147a4fc3-c1e2-4c68-850a-06e0df2dcf85"
    ],
    "release_date": "2007-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A perfect and synthesized cover of Roy Ayers most well known classic. Can't believe we lost them both this year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}