Information about plays

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

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

{
    "id": 3547641,
    "uri": "https://api.kexp.org/v2/plays/3547641/?format=api",
    "airdate": "2025-09-01T16:42:31-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful Strangers",
    "track_id": null,
    "recording_id": null,
    "artist": "Mavis Staples",
    "artist_ids": [
        "04f57a2d-2449-400e-8fff-5b1c5af9560b"
    ],
    "album": "Sad and Beautiful World",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second single released by Mavis ahead of her upcoming album due out in November.\n \nCover of the Kevin Morby song. \n\nhttps://mavisstaples.bandcamp.com/album/sad-and-beautiful-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}