Information about plays

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

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

{
    "id": 3523010,
    "uri": "https://api.kexp.org/v2/plays/3523010/?format=api",
    "airdate": "2025-07-05T15:01:59-07:00",
    "show": 63929,
    "show_uri": "https://api.kexp.org/v2/shows/63929/?format=api",
    "image_uri": "https://ia600201.us.archive.org/29/items/mbid-cfb6200a-860e-4031-ba80-6cf948ae651a/mbid-cfb6200a-860e-4031-ba80-6cf948ae651a-13761007457_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/29/items/mbid-cfb6200a-860e-4031-ba80-6cf948ae651a/mbid-cfb6200a-860e-4031-ba80-6cf948ae651a-13761007457_thumb250.jpg",
    "song": "Words",
    "track_id": "1b283c86-079f-3f39-917a-05e3bcb59258",
    "recording_id": "d73cc7db-906a-4387-8c69-518ffa60c413",
    "artist": "Missing Persons",
    "artist_ids": [
        "98eb6868-9f31-400e-90d8-9a46380c1bdd"
    ],
    "album": "Spring Session M",
    "release_id": "cfb6200a-860e-4031-ba80-6cf948ae651a",
    "release_group_id": "1df14963-6a10-3c3a-89d8-7b3a3c87780d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to Troy's show!!\nMissing Persons are playing the DNA Lounge in SF September 12th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}