Information about plays

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

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

{
    "id": 3604519,
    "uri": "https://api.kexp.org/v2/plays/3604519/?format=api",
    "airdate": "2026-01-15T03:36:50-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Together",
    "track_id": null,
    "recording_id": "fc4c88ee-f3f6-41b2-99ce-7c6f9815e185",
    "artist": "Ray Barretto",
    "artist_ids": [
        "169153fd-ba80-401a-8ccd-2825efaf9155"
    ],
    "album": "Together",
    "release_id": null,
    "release_group_id": "7970b401-b854-3790-8313-5bc143ed7794",
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ray Barretto released \"Together\" on the album of the same name in 1969.\nRay Barretto was a conga player, drummer, percussionist, bandleader, composer and producer.\nHis music was featured in the 2021 musical documentary \"Summer of Soul (...Or, When the Revolution Could Not Be Televised).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}