Information about plays

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

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

{
    "id": 3550918,
    "uri": "https://api.kexp.org/v2/plays/3550918/?format=api",
    "airdate": "2025-09-09T15:38:07-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Away",
    "track_id": "21a87d8e-508c-4052-a119-4f10dabbabf8",
    "recording_id": "f47a01da-974a-4715-b8a5-0a29899413dd",
    "artist": "Flipper",
    "artist_ids": [
        "4e99b3a5-654b-43ee-a9bf-c55c155c0495"
    ],
    "album": "The Infinite Zero Almanac 1996 Volume V",
    "release_id": "5cab5e21-42c0-4d0b-9829-201497a5fb65",
    "release_group_id": "419e9d26-c776-4f17-8354-24fdd209e0ad",
    "labels": [
        "Infinite Zero"
    ],
    "label_ids": [
        "4a64815e-cd98-4ffa-9858-508899c15b7f"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Bruce Loose of Flipper!!\n---\nRead about the life and legacy of Bruce Loose here:\nhttps://pitchfork.com/news/bruce-loose-vocalist-of-hardcore-titans-flipper-dies-at-66/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}