Information about plays

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

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

{
    "id": 3539331,
    "uri": "https://api.kexp.org/v2/plays/3539331/?format=api",
    "airdate": "2025-08-12T21:53:25-07:00",
    "show": 64273,
    "show_uri": "https://api.kexp.org/v2/shows/64273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "AMARGO",
    "track_id": null,
    "recording_id": "6b7b379f-d633-423a-afd0-9125f7161ec4",
    "artist": "Nina Maia & Chica Barreto",
    "artist_ids": [
        "af26487a-20e0-4a9f-8389-1de45e898508",
        "e136167d-5a20-47b4-b8b2-0d2d62bc3945"
    ],
    "album": "INTEIRA",
    "release_id": null,
    "release_group_id": "f7754710-e881-42f9-9ca1-94cc7eea4f74",
    "labels": [
        "SELOKI RECORDS"
    ],
    "label_ids": [
        "b757804c-26bd-4c3c-b50b-225904a66fea"
    ],
    "release_date": "2024-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://selokirecords.bandcamp.com/album/inteira",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}