Information about plays

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

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

{
    "id": 3637925,
    "uri": "https://api.kexp.org/v2/plays/3637925/?format=api",
    "airdate": "2026-04-04T21:37:30-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a4b7dcb-7f91-43c2-b902-158d0a3c2cb9/3352580903-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a4b7dcb-7f91-43c2-b902-158d0a3c2cb9/3352580903-250.jpg",
    "song": "No More the Meek",
    "track_id": null,
    "recording_id": "a102ca3c-cc3a-4b62-ac93-b814d9147e1a",
    "artist": "Randy",
    "artist_ids": [
        "19e3200a-3292-4926-9546-6419bcf67896"
    ],
    "album": "The Rest Is Silence",
    "release_id": null,
    "release_group_id": "8162a4a5-3daa-3c54-868c-bedfdd5a98da",
    "labels": [
        "Rugger Bugger Discs"
    ],
    "label_ids": [
        "30f5ca44-e1a8-48e8-b696-b6ccadea5bbf"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Randy began in 1992 in northern Sweden. Their guitarist, Johan Brändström, stated in an interview that he and the other band members were all close friends before forming Randy and that they formed the band out of their desire to \"find a way to get away from dark winters and unemployment. Randy was our way out.\"\n\nhttps://randytheband.bandcamp.com/album/randy-the-band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}