Information about plays

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

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

{
    "id": 3583842,
    "uri": "https://api.kexp.org/v2/plays/3583842/?format=api",
    "airdate": "2025-11-27T23:33:03-08:00",
    "show": 65227,
    "show_uri": "https://api.kexp.org/v2/shows/65227/?format=api",
    "image_uri": "https://coverartarchive.org/release/f34383d2-bc73-43c0-82e3-4f6a9cbed778/41616371588-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f34383d2-bc73-43c0-82e3-4f6a9cbed778/41616371588-250.jpg",
    "song": "The Fool",
    "track_id": null,
    "recording_id": "e5093765-bb44-4984-9d8e-b0a804796a6b",
    "artist": "Steven Bamidele & Sly5thAve",
    "artist_ids": [
        "c1c692a3-bfe5-4e6b-8b56-61c981d44e99",
        "616e66e8-ee2f-4123-866e-2d170fdaff94"
    ],
    "album": "The Fool",
    "release_id": null,
    "release_group_id": "33b7c971-620e-46d9-b83a-ec82e5ecc719",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2025-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}