Information about plays

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

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

{
    "id": 3589192,
    "uri": "https://api.kexp.org/v2/plays/3589192/?format=api",
    "airdate": "2025-12-10T03:50:00-08:00",
    "show": 65336,
    "show_uri": "https://api.kexp.org/v2/shows/65336/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4e7541e-541f-4f4b-be69-3c5a6dae5d90/9744719960-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4e7541e-541f-4f4b-be69-3c5a6dae5d90/9744719960-250.jpg",
    "song": "The Lucky One",
    "track_id": null,
    "recording_id": "64527cd0-529e-4f23-890e-1d105558e999",
    "artist": "Laura Branigan",
    "artist_ids": [
        "917976a6-75b1-46af-b57b-71f13de20422"
    ],
    "album": "Self Control",
    "release_id": null,
    "release_group_id": "70706fd9-e724-37ed-8be5-243ff0dc5ab1",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1984-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Self Control is the third studio album by American singer Laura Branigan, released on April 1, 1984, by Atlantic Records.\n\n---\n\nIs it just me, or does the music for this awesome aerobics championship video from 1988 sound like a knockoff of this song, particularly the part around 2:00?\n\nhttps://www.youtube.com/watch?v=TIfAkOBMf5A&list=RDTIfAkOBMf5A&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}