Information about plays

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

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

{
    "id": 3555726,
    "uri": "https://api.kexp.org/v2/plays/3555726/?format=api",
    "airdate": "2025-09-21T02:36:25-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://dn720700.ca.archive.org/0/items/mbid-947f059f-25ba-4807-9f27-79694d11b039/mbid-947f059f-25ba-4807-9f27-79694d11b039-19171503466_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-947f059f-25ba-4807-9f27-79694d11b039/mbid-947f059f-25ba-4807-9f27-79694d11b039-19171503466_thumb250.jpg",
    "song": "Little Thoughts",
    "track_id": "a9addc77-d42e-443d-9f36-f4e0900e8f58",
    "recording_id": "d7b1ade4-473d-453a-b02a-91697da7800c",
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm",
    "release_id": "947f059f-25ba-4807-9f27-79694d11b039",
    "release_group_id": "f3f82b80-b2c5-3151-be53-5cb5803860e0",
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request! From my wife!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}