Information about plays

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

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

{
    "id": 3582431,
    "uri": "https://api.kexp.org/v2/plays/3582431/?format=api",
    "airdate": "2025-11-24T16:49:19-08:00",
    "show": 65201,
    "show_uri": "https://api.kexp.org/v2/shows/65201/?format=api",
    "image_uri": "https://ia802306.us.archive.org/1/items/mbid-a5d9f62b-4bc2-4dfe-9965-a3b287e32534/mbid-a5d9f62b-4bc2-4dfe-9965-a3b287e32534-41119001278_thumb500.jpg",
    "thumbnail_uri": "https://ia802306.us.archive.org/1/items/mbid-a5d9f62b-4bc2-4dfe-9965-a3b287e32534/mbid-a5d9f62b-4bc2-4dfe-9965-a3b287e32534-41119001278_thumb250.jpg",
    "song": "Wrong Planet",
    "track_id": "eebb5123-6b3f-46c1-b0b4-472f8a38f425",
    "recording_id": "5ddaf5a4-78dd-4cc6-98ea-427e661c96bb",
    "artist": "Ribbon Skirt",
    "artist_ids": [
        "6824d820-be15-421f-acd1-f3353ddd2c57"
    ],
    "album": "Wrong Planet",
    "release_id": "a5d9f62b-4bc2-4dfe-9965-a3b287e32534",
    "release_group_id": "2da4ba7a-7049-4e4a-9594-8bc5e0760bc9",
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "2025-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal band Ribbon Skirt (formerly known as Love Language) released their debut album, Bite Down, earlier this year: \nhttps://ribbonskirtband.bandcamp.com/album/bite-down",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}