Information about plays

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

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

{
    "id": 3459882,
    "uri": "https://api.kexp.org/v2/plays/3459882/?format=api",
    "airdate": "2025-02-04T07:38:00-08:00",
    "show": 62566,
    "show_uri": "https://api.kexp.org/v2/shows/62566/?format=api",
    "image_uri": "https://ia800606.us.archive.org/4/items/mbid-94347db2-3cb9-4873-a981-6056a208903d/mbid-94347db2-3cb9-4873-a981-6056a208903d-40934224176_thumb500.jpg",
    "thumbnail_uri": "https://ia800606.us.archive.org/4/items/mbid-94347db2-3cb9-4873-a981-6056a208903d/mbid-94347db2-3cb9-4873-a981-6056a208903d-40934224176_thumb250.jpg",
    "song": "Stretch the Struggle",
    "track_id": "417bed73-736a-463d-b144-9753beebfd7d",
    "recording_id": "8cff88fe-9d12-4d5d-b906-60df4856b1f2",
    "artist": "Bria Salmena",
    "artist_ids": [
        "ec411580-3789-4f20-bd13-8b3e84cf9242"
    ],
    "album": "Big Dog",
    "release_id": "94347db2-3cb9-4873-a981-6056a208903d",
    "release_group_id": "5552f47e-d972-4d9b-b99f-656442cd576b",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bria Salmena will be performing in San Francisco at The Make-Out Room on Friday, April 4th and in Seattle on Wednesday, April 9 at Madame Lou's. --- Bria Salmena, formerly from Canadian band FRIGS as well as Orville Peck's band - preorder her debut LP: https://briasalmena.bandcamp.com/album/big-dog",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}