Information about plays

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

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

{
    "id": 3631462,
    "uri": "https://api.kexp.org/v2/plays/3631462/?format=api",
    "airdate": "2026-03-20T12:05:12-07:00",
    "show": 66230,
    "show_uri": "https://api.kexp.org/v2/shows/66230/?format=api",
    "image_uri": "https://dn710309.ca.archive.org/0/items/mbid-e500e480-a9b1-44a7-b957-3551b1e9c54e/mbid-e500e480-a9b1-44a7-b957-3551b1e9c54e-24227039872_thumb500.jpg",
    "thumbnail_uri": "https://dn710309.ca.archive.org/0/items/mbid-e500e480-a9b1-44a7-b957-3551b1e9c54e/mbid-e500e480-a9b1-44a7-b957-3551b1e9c54e-24227039872_thumb250.jpg",
    "song": "Don’t Wanna Fight",
    "track_id": "c54b3bec-6095-4293-821b-0046cd5b7436",
    "recording_id": "42eaf56b-eb13-4a28-ad98-25bd5bf5a030",
    "artist": "Alabama Shakes",
    "artist_ids": [
        "40419b33-18e9-4d5a-a674-30b4bb14bac2"
    ],
    "album": "Sound & Color",
    "release_id": "e500e480-a9b1-44a7-b957-3551b1e9c54e",
    "release_group_id": "8898b8fb-057f-4887-8c69-7f3632529d87",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2015-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alabama Shakes is on tour!\n\n- Berkeley, CA, at the Greek Theatre on May 29 and 30\n\n- Tacoma, WA, at Dune Peninsula at Point Defiance Park on July 24 \n\nhttps://www.alabamashakes.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}