Information about plays

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

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

{
    "id": 3587446,
    "uri": "https://api.kexp.org/v2/plays/3587446/?format=api",
    "airdate": "2025-12-06T05:39:33-08:00",
    "show": 65300,
    "show_uri": "https://api.kexp.org/v2/shows/65300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weight of Desire",
    "track_id": "4cbdaa20-1667-4f84-99da-60a6fa2c6384",
    "recording_id": "8b8e3a87-7d93-4004-9994-d99f5205f3ea",
    "artist": "Tennis",
    "artist_ids": [
        "a8982cb0-7886-4e60-9f6a-3b71baa370e6"
    ],
    "album": "Face Down In The Garden",
    "release_id": "747ba149-98c3-439d-a44c-2015fc0a680b",
    "release_group_id": "d1496a49-22c9-4e6a-94fb-2bf8a4afcdcc",
    "labels": [
        "mutually detrimental"
    ],
    "label_ids": [
        "7be4652b-8333-4ff6-b67c-c9d2d505cdef"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Their seventh and final album, Denver husband-and-wife duo Tennis (Alaina Moore and Patrick Riley)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}