Information about plays

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

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

{
    "id": 3632169,
    "uri": "https://api.kexp.org/v2/plays/3632169/?format=api",
    "airdate": "2026-03-21T23:29:17-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad96deed-89b5-30de-848e-2cc55b656966/6996002059-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad96deed-89b5-30de-848e-2cc55b656966/6996002059-250.jpg",
    "song": "Bomber",
    "track_id": null,
    "recording_id": "cb2cb854-20cb-4562-8e19-7688df78fd8c",
    "artist": "Girlschool",
    "artist_ids": [
        "ebe18ea1-9fcf-426e-9c54-10eecc207a66"
    ],
    "album": "St Valentines Day Massacre",
    "release_id": null,
    "release_group_id": "0d582f23-2173-302b-bf7c-b8998777ac0f",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Motörhead and Girlschool teamed up for the St. Valentine’s Day Massacre EP, which includes this cover.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}