Information about plays

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

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

{
    "id": 3540205,
    "uri": "https://api.kexp.org/v2/plays/3540205/?format=api",
    "airdate": "2025-08-15T01:59:19-07:00",
    "show": 64291,
    "show_uri": "https://api.kexp.org/v2/shows/64291/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-7b046eb5-70b1-4727-8aef-8daa649c36ba/mbid-7b046eb5-70b1-4727-8aef-8daa649c36ba-31621274526_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/10/items/mbid-7b046eb5-70b1-4727-8aef-8daa649c36ba/mbid-7b046eb5-70b1-4727-8aef-8daa649c36ba-31621274526_thumb250.jpg",
    "song": "Oh!",
    "track_id": "55866f93-c012-40b6-8610-1174fd645c37",
    "recording_id": "6c93435f-aa89-4dd0-a0c9-68c50efc325e",
    "artist": "The Linda Lindas",
    "artist_ids": [
        "ecd00b8b-f697-4d90-8641-6633af356747"
    ],
    "album": "Growing Up",
    "release_id": "7b046eb5-70b1-4727-8aef-8daa649c36ba",
    "release_group_id": "c6ae5ab2-e785-4cdc-9b27-7add7fada3a7",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2022-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Penfold ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}