Information about plays

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

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

{
    "id": 3521097,
    "uri": "https://api.kexp.org/v2/plays/3521097/?format=api",
    "airdate": "2025-07-01T06:42:40-07:00",
    "show": 63889,
    "show_uri": "https://api.kexp.org/v2/shows/63889/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mystic Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "Arise! The Best of Peter Tosh",
    "release_id": null,
    "release_group_id": "93b79fed-aa76-3d9a-8262-99be570ec8fb",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "International Reggae Day is celebrated annually on July 1st, honoring the rich cultural heritage and global impact of reggae music. It's a day to celebrate the music genre that originated in Jamaica and has since become a worldwide phenomenon. The day was founded by Andrea Davis, a Jamaican strategist and organizer, inspired by a speech from Winnie Mandela in Kingston, Jamaica. \n\nhttps://www.ireggaeday.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}