Information about plays

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

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

{
    "id": 3574043,
    "uri": "https://api.kexp.org/v2/plays/3574043/?format=api",
    "airdate": "2025-11-04T20:56:00-08:00",
    "show": 65024,
    "show_uri": "https://api.kexp.org/v2/shows/65024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ainda Sou Seu Moleque",
    "track_id": "91d75300-f19a-4200-b264-30c82037ce9a",
    "recording_id": "64ca30a0-6372-4a98-ad13-95daebed3923",
    "artist": "Sessa",
    "artist_ids": [
        "53d61df0-7de0-4bb8-b73c-94758ae02466"
    ],
    "album": "Anthems: A Celebration Of Broken Social Scene’s You Forgot It In People",
    "release_id": "1bf0c870-97e7-44ec-ac2e-2d15532bcd4e",
    "release_group_id": "68a8731f-ba70-4a4a-8e35-249790543f91",
    "labels": [
        "Arts & Crafts Productions Inc."
    ],
    "label_ids": [
        "5d052726-7bea-42cc-90e4-7ab4a3773450"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice take on a Broken Social Scene tune from São Paulo's Sessa. He will release his third full-length 'Pequena Vertigem de Amor' this Friday.\n\nhttps://sessa.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}