Information about plays

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

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

{
    "id": 3546133,
    "uri": "https://api.kexp.org/v2/plays/3546133/?format=api",
    "airdate": "2025-08-29T03:22:14-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://ia800403.us.archive.org/14/items/mbid-0c63f64e-3a69-4459-a0ba-45b3cc1d8a1b/mbid-0c63f64e-3a69-4459-a0ba-45b3cc1d8a1b-38821255511_thumb500.jpg",
    "thumbnail_uri": "https://ia800403.us.archive.org/14/items/mbid-0c63f64e-3a69-4459-a0ba-45b3cc1d8a1b/mbid-0c63f64e-3a69-4459-a0ba-45b3cc1d8a1b-38821255511_thumb250.jpg",
    "song": "Dogear",
    "track_id": "63ab8edc-02b4-4941-9614-3b0a0c1537c6",
    "recording_id": "85157922-2f9d-4f4f-abe7-314d4fe50dd5",
    "artist": "J.R.C.G.",
    "artist_ids": [
        "1e007cdc-3210-4228-8b6c-7524fb21c911"
    ],
    "album": "Grim Iconic...(Sadistic Mantra)",
    "release_id": "0c63f64e-3a69-4459-a0ba-45b3cc1d8a1b",
    "release_group_id": "6017014a-9393-4e22-a4e4-6c10a2175b11",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-08-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Bumbershoot tomorrow, Saturday, August 30th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}