Information about plays

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

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

{
    "id": 3567294,
    "uri": "https://api.kexp.org/v2/plays/3567294/?format=api",
    "airdate": "2025-10-19T18:26:03-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?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",
    "track_id": null,
    "recording_id": "7a1f2803-5cae-4bc1-8405-435fca1a76f2",
    "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": "D'Angelo took a spin with Roy Ayers' classic \"Everybody Loves the Sunshine\" in 2007 on his compilation album Yoda: The Monarch of Neo-Soul.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}