Information about plays

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

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

{
    "id": 3636555,
    "uri": "https://api.kexp.org/v2/plays/3636555/?format=api",
    "airdate": "2026-04-01T18:57:26-07:00",
    "show": 66339,
    "show_uri": "https://api.kexp.org/v2/shows/66339/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-4ac4445e-9eab-43a6-9738-84ebba35f67d/mbid-4ac4445e-9eab-43a6-9738-84ebba35f67d-10201198213_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-4ac4445e-9eab-43a6-9738-84ebba35f67d/mbid-4ac4445e-9eab-43a6-9738-84ebba35f67d-10201198213_thumb250.jpg",
    "song": "Sound & Color",
    "track_id": "be5bba4d-8bae-4b78-819a-e7b07dccff85",
    "recording_id": "a4954cc5-7d34-449f-9850-517a7c9530e4",
    "artist": "Alabama Shakes",
    "artist_ids": [
        "40419b33-18e9-4d5a-a674-30b4bb14bac2"
    ],
    "album": "Sound & Color",
    "release_id": "4ac4445e-9eab-43a6-9738-84ebba35f67d",
    "release_group_id": "8898b8fb-057f-4887-8c69-7f3632529d87",
    "labels": [
        "Rough Trade Records Ltd."
    ],
    "label_ids": [
        "3d57e670-de5f-4f21-968a-9308c928e3e2"
    ],
    "release_date": "2015-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dedication <3\n\nOpening track off Alabama Shakes' 2015 album Sound & Color.\n--\nCheryl Waters hosted Brittany Howards Live in the KEXP Studio in November 2019: https://youtu.be/L3aOCIwtYbo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}