Information about plays

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

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

{
    "id": 3584773,
    "uri": "https://api.kexp.org/v2/plays/3584773/?format=api",
    "airdate": "2025-11-29T23:31:01-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b71d30c-569d-4cec-b53f-b915374cfb0a/43463893316-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b71d30c-569d-4cec-b53f-b915374cfb0a/43463893316-250.jpg",
    "song": "Control",
    "track_id": null,
    "recording_id": "7dcb11eb-8806-487c-afa6-b2c09c15faf5",
    "artist": "Teen Mortgage",
    "artist_ids": [
        "38453972-a1d5-49af-a75f-52c73fa4fb2c"
    ],
    "album": "Devil Ultrasonic Dream",
    "release_id": null,
    "release_group_id": "ff2f7619-4bdc-43eb-8cbb-39f8bd5fbd67",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teen Mortgage will be playing at:\n - The Showbox in Seattle on May 12th\n - Roseland Theater in Portland on May 13th\n - The Fillmore in SF on May 15th\n\nhttps://www.teenmortgageband.com/\nhttps://teenmortgage.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}