Information about plays

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

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

{
    "id": 3554945,
    "uri": "https://api.kexp.org/v2/plays/3554945/?format=api",
    "airdate": "2025-09-19T09:12:55-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "https://dn721509.ca.archive.org/0/items/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831/mbid-39a7cd62-7e9c-43e5-bb32-ae3f00441831-6193633053_thumb500.jpg",
    "thumbnail_uri": "https://dn721509.ca.archive.org/0/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": "Happy birthday to this song, written by Vince Clarke and Andy Bell!  On September 19th, 1988, Erasure released the single \"A Little Respect.\"\n--\nAndy 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.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}