Information about plays

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

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

{
    "id": 3592212,
    "uri": "https://api.kexp.org/v2/plays/3592212/?format=api",
    "airdate": "2025-12-17T09:02:30-08:00",
    "show": 65401,
    "show_uri": "https://api.kexp.org/v2/shows/65401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Strange Kind of Love (version one)",
    "track_id": "a4f4ceb4-2555-3bc1-9485-367e69730cd9",
    "recording_id": "023a76c1-a5e0-4cfe-9727-d9cc9ec978c5",
    "artist": "Peter Murphy",
    "artist_ids": [
        "b78346af-e3ce-4b36-a0d5-032414de8a27"
    ],
    "album": "Deep",
    "release_id": "52ef4049-99bf-422d-be4e-9554a3451b36",
    "release_group_id": "594f0d02-bc29-3bec-baeb-68c9f359010a",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Murphy's initial foray into the music world was as the inimitable singer for the pioneering early-80's band Bauhaus. The youngest of seven children, Peter was a book-binder’s apprentice before joining Bauhaus with childhood friend Daniel Ash.\n\nBook-binder's apprentice? Now *that's* Goth.\n\nhttps://www.petermurphy.info/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}