Information about plays

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

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

{
    "id": 3657715,
    "uri": "https://api.kexp.org/v2/plays/3657715/?format=api",
    "airdate": "2026-05-21T16:17:00-07:00",
    "show": 66778,
    "show_uri": "https://api.kexp.org/v2/shows/66778/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-8d696894-8b94-4bb7-877b-66902de86f49/mbid-8d696894-8b94-4bb7-877b-66902de86f49-20551407492_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-8d696894-8b94-4bb7-877b-66902de86f49/mbid-8d696894-8b94-4bb7-877b-66902de86f49-20551407492_thumb250.jpg",
    "song": "Love S.O.S.",
    "track_id": "14fbd0bd-7643-4abb-98e5-d1c83efb59fc",
    "recording_id": "7a49b3c0-7716-4b89-845b-97b6f9176700",
    "artist": "Justice",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "Woman Worldwide",
    "release_id": "8d696894-8b94-4bb7-877b-66902de86f49",
    "release_group_id": "61c807dc-495e-4cd3-9f74-0af132012637",
    "labels": [
        "Ed Banger Records"
    ],
    "label_ids": [
        "9cdc4159-ec50-47f0-a7a2-e107618d5246"
    ],
    "release_date": "2018-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French duo Justice utilized the Moog Voyager (and other classic hardware) to achieve their signature production. While their studio album \"Woman\" debuted in 2016, the album was re-released as \"Woman Worldwide\" in 2018 via Ed Banger Records. This 2018 collection won the Grammy for Best Electronic/Dance Album, that year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}