Information about plays

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

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

{
    "id": 3413011,
    "uri": "https://api.kexp.org/v2/plays/3413011/?format=api",
    "airdate": "2024-10-15T14:53:01-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slugger",
    "track_id": "b6ca9dd5-eebe-4660-80e6-b23c1f28c55b",
    "recording_id": "e11cf7b6-d58a-4f3e-927a-d21cbe1a1aeb",
    "artist": "SASAMI",
    "artist_ids": [
        "c1184bef-262b-4d23-8946-57f2ce92311c"
    ],
    "album": "Blood on the Silver Screen",
    "release_id": "52f62941-cc7a-4adc-90b2-ae237b448e7b",
    "release_group_id": "ac585160-9089-4eed-8231-7c129495f2fa",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-03-07",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SASAMI's forthcoming LP features production by Jenn Decilveo and Rostam, with Sasami as the sole writer on each track\n\nWe've hosted SASAMI twice - here's a link to her most recent performance from April 2022: https://youtu.be/UHNVQ2PHTr4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}