Information about plays

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

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

{
    "id": 3593788,
    "uri": "https://api.kexp.org/v2/plays/3593788/?format=api",
    "airdate": "2025-12-21T03:00:23-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Church Girl",
    "track_id": "a799ee95-18e6-4cfd-8730-9c4b98769031",
    "recording_id": "a8418f39-b5b2-42bd-91fe-02678eb014f4",
    "artist": "Laura Mvula",
    "artist_ids": [
        "37d067eb-495e-4888-ad97-4b5708ffd3a9"
    ],
    "album": "Pink Noise",
    "release_id": "6d45586f-06ba-4eaa-acf8-f95e4d6e156c",
    "release_group_id": "dc08dda9-cfe3-4413-a1b1-21be12e00992",
    "labels": [
        "Atlantic Records UK",
        "Flamingo Records"
    ],
    "label_ids": [
        "920d9e79-f93a-4231-993a-1b23d84576ca",
        "9e046667-f96a-48e8-a647-e5fc3d4fc81a"
    ],
    "release_date": "2021-07-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classically trained, Laura Mvula is a British recording artist, songwriter and composer. A native of Birmingham, Mvula has gained experience as a young member or leader of a cappella, jazz/neo-soul, and gospel groups and choirs.\n\nhttps://www.lauramvula.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}