Information about plays

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

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

{
    "id": 3554568,
    "uri": "https://api.kexp.org/v2/plays/3554568/?format=api",
    "airdate": "2025-09-18T10:38:46-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-8006ba4c-73d1-42d9-8c83-002dbcd40365/mbid-8006ba4c-73d1-42d9-8c83-002dbcd40365-42324901447_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-8006ba4c-73d1-42d9-8c83-002dbcd40365/mbid-8006ba4c-73d1-42d9-8c83-002dbcd40365-42324901447_thumb250.jpg",
    "song": "Mosquitoes",
    "track_id": "f7d30998-9a85-4aec-957a-ca7f4af03242",
    "recording_id": "4dd1d6e9-1554-4d1f-b8c1-cdccd7b4d936",
    "artist": "The Beths",
    "artist_ids": [
        "4c74fc48-8108-4556-87af-154af74f2ce5"
    ],
    "album": "Straight Line Was a Lie",
    "release_id": "8006ba4c-73d1-42d9-8c83-002dbcd40365",
    "release_group_id": "f24f6952-1b4d-4042-b7ca-cb836a514ae9",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Zealand's The Beths released their 4th album, 'Straight Line Was a Lie,' last month.\nhttps://thebethsnz.bandcamp.com/album/straight-line-was-a-lie\n--\nHere they are in 2023 performing a Live on KEXP session hosted by DJ Kennedy:\nhttps://www.youtube.com/watch?v=fIC70Wyd5_U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}