Information about plays

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

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

{
    "id": 3587405,
    "uri": "https://api.kexp.org/v2/plays/3587405/?format=api",
    "airdate": "2025-12-06T03:18:55-08:00",
    "show": 65300,
    "show_uri": "https://api.kexp.org/v2/shows/65300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm in Love",
    "track_id": "95e924d3-cab0-4b93-9cfa-14f880d20459",
    "recording_id": "457f0459-0402-44c3-810c-a120e33fcc4e",
    "artist": "Andy Bell feat. Dot Allison & Michael Rother",
    "artist_ids": [
        "a0cb6773-0c16-4557-b66b-c14cae51fd61",
        "3b4db0d5-97a8-4aa8-a375-9b8c78a56932",
        "5946e805-9ab4-4fd9-9c19-21a8f7dfef98"
    ],
    "album": "Pinball Wanderer",
    "release_id": "aaf37470-2cfe-479b-a56c-73e568e44a98",
    "release_group_id": "1e1e36f6-a9a1-4a95-a741-3a38de1f14f8",
    "labels": [
        "Sonic Cathedral Recordings"
    ],
    "label_ids": [
        "d1143f20-1664-4697-a4d0-2c7d32ecf9dd"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "covering The Passions \"im in love\" from the 1981 release Thirty Thousand Feet Over China. Andy Bell – best known as the co-founding member of Ride ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}