Information about plays

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

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

{
    "id": 3575629,
    "uri": "https://api.kexp.org/v2/plays/3575629/?format=api",
    "airdate": "2025-11-08T18:25:06-08:00",
    "show": 65059,
    "show_uri": "https://api.kexp.org/v2/shows/65059/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melatonin",
    "track_id": null,
    "recording_id": "f4b75d08-91ab-4740-8967-2d7e3b7c4c0f",
    "artist": "Saucy Yoda",
    "artist_ids": [
        "d1338cd2-2798-454d-91f3-3f1c4146cc57"
    ],
    "album": "It's Not A Mystery",
    "release_id": null,
    "release_group_id": "beda3481-b200-42b2-b30f-e71354df9c9e",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-03-31",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Saucy Yoda, a garage rock band from Anchorage!\n\nWatch the music video for \"Melatonin\":\n\nhttps://www.youtube.com/watch?v=0JG3EvVw-jE",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}