Information about plays

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

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

{
    "id": 3633712,
    "uri": "https://api.kexp.org/v2/plays/3633712/?format=api",
    "airdate": "2026-03-26T02:15:00-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e0b69d2-4e03-4f98-997a-7c1f576e0d65/31765274119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e0b69d2-4e03-4f98-997a-7c1f576e0d65/31765274119-250.jpg",
    "song": "Over and Over",
    "track_id": null,
    "recording_id": "deeb8597-d98e-48aa-8427-4011b68aa140",
    "artist": "Ashford & Simpson",
    "artist_ids": [
        "403bec82-50c4-47fe-a8be-1882a5a43d82"
    ],
    "album": "So So Satisfied",
    "release_id": null,
    "release_group_id": "7a9c986e-f98f-4fbb-80d2-609408bf9234",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2018, thirty years after his death, The Guardian had a great feature about the legacy of Sylvester--\"what a star he would be today\": https://www.theguardian.com/music/2018/jul/06/what-a-star-he-would-be-today-the-extraordinary-musical-legacy-of-sylvester\n--\nThis 1977 Ashford & Simpson song was covered in the same year by Sylvester.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}