Information about plays

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

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

{
    "id": 3525145,
    "uri": "https://api.kexp.org/v2/plays/3525145/?format=api",
    "airdate": "2025-07-10T11:48:57-07:00",
    "show": 63973,
    "show_uri": "https://api.kexp.org/v2/shows/63973/?format=api",
    "image_uri": "https://ia801808.us.archive.org/23/items/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831-6193633053_thumb500.jpg",
    "thumbnail_uri": "https://ia801808.us.archive.org/23/items/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831-6193633053_thumb250.jpg",
    "song": "A Little Respect",
    "track_id": "e89fabc4-9d4e-37bd-9d19-9c4668212728",
    "recording_id": "7a0724ae-7d2f-4df4-96b8-f94e6536cc03",
    "artist": "Erasure",
    "artist_ids": [
        "43b58c98-3779-4b04-9a23-1c95cca3a145"
    ],
    "album": "Pop! The First 20 Hits",
    "release_id": "39a7cd62-7e9c-43e5-bb32-ae3f00441831",
    "release_group_id": "82e2ea4a-18ba-3276-a93d-b32daf66b3d8",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Little Respect\" was written by Vince Clarke and Andy Bell, and released on Erasure's 1988 album \"The Innocents\". Andy Bell was one of the first openly gay pop stars and he would sometimes introduce this song on stage by saying: \"When I was a little girl, I asked my mummy, 'Can I be gay when I grow up?' She replied, 'Yes, if you show a little respect.\" -- Here's Andy Bell in a wonderful live performance of \"A Little Respect\": https://www.youtube.com/watch?v=MGI_Wk3ly8s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}