Information about plays

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

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

{
    "id": 3624765,
    "uri": "https://api.kexp.org/v2/plays/3624765/?format=api",
    "airdate": "2026-03-03T10:12:57-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "https://dn710005.ca.archive.org/0/items/mbid-949c1b3a-db54-4302-90b3-ec8d0f70a45b/mbid-949c1b3a-db54-4302-90b3-ec8d0f70a45b-31068515683_thumb500.jpg",
    "thumbnail_uri": "https://dn710005.ca.archive.org/0/items/mbid-949c1b3a-db54-4302-90b3-ec8d0f70a45b/mbid-949c1b3a-db54-4302-90b3-ec8d0f70a45b-31068515683_thumb250.jpg",
    "song": "Oh No",
    "track_id": "52003e52-c2b4-4e99-8742-402b1e8edf53",
    "recording_id": "9a1a9571-a8be-4e3c-a0c0-d1678b1810d1",
    "artist": "Wet Leg",
    "artist_ids": [
        "90744b3e-363a-458e-8da1-e3e392a489c4"
    ],
    "album": "Wet Leg",
    "release_id": "949c1b3a-db54-4302-90b3-ec8d0f70a45b",
    "release_group_id": "d53be2e5-fe7c-4681-85f3-960493aa02b5",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2021-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl was the host when wet leg performed live in our studio last year: https://www.youtube.com/watch?v=zIEZdq_25bs\n--\nCheck out the \"rope costume\" in the official video for \"Oh No\": https://tinyurl.com/3zbpweyy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}