Information about plays

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

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

{
    "id": 3547004,
    "uri": "https://api.kexp.org/v2/plays/3547004/?format=api",
    "airdate": "2025-08-31T02:47:23-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba35398e-45f5-4f36-9b24-c7e0a890a151/31832557036-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba35398e-45f5-4f36-9b24-c7e0a890a151/31832557036-250.jpg",
    "song": "Straight Line Was a Lie",
    "track_id": null,
    "recording_id": null,
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Straight Line Was a Lie",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ANTI-"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Nov 9 at the Fillmore // Nov 15 at the Moore - https://thebethsnz.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}