Information about plays

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

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

{
    "id": 3542639,
    "uri": "https://api.kexp.org/v2/plays/3542639/?format=api",
    "airdate": "2025-08-20T22:00:18-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zulu Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Something Different",
    "artist_ids": [],
    "album": "Something Different",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nose Records"
    ],
    "label_ids": [
        "dabc07bc-4ba2-415d-a7f5-4fa5f92fe647"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cool one-off collab between John Bilezikjian and the Elias Rahbani of Burbank-via-Beirut: Raja Zahr..\n\nhttps://discotchari.bandcamp.com/album/something-different",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}