Information about plays

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

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

{
    "id": 3521794,
    "uri": "https://api.kexp.org/v2/plays/3521794/?format=api",
    "airdate": "2025-07-02T19:10:21-07:00",
    "show": 63902,
    "show_uri": "https://api.kexp.org/v2/shows/63902/?format=api",
    "image_uri": "https://coverartarchive.org/release/69e083f7-189e-4264-a658-400f1c64648e/16567110936-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69e083f7-189e-4264-a658-400f1c64648e/16567110936-250.jpg",
    "song": "Anywhere in Spacetime",
    "track_id": null,
    "recording_id": "9a6dc598-3fbf-43db-a975-9824ac026949",
    "artist": "Bruno Pernadas",
    "artist_ids": [
        "974b6392-b793-47fd-aa57-b143d6d070ed"
    ],
    "album": "Those Who Throw Objects at the Crocodiles Will Be Asked to Retrieve Them",
    "release_id": null,
    "release_group_id": "807dad28-6fae-49e8-aadc-6ffe015f1e85",
    "labels": [
        "Pataca Discos"
    ],
    "label_ids": [
        "93ed263e-a3c1-417d-98e2-4f2a0f4ba23f"
    ],
    "release_date": "2016-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bruno Pernadas: guitars, keyboards, piano, bass, synthesizers and vocals\nAfonso Cabral and Francisca Cortesão: vocals\nMargarida Campelo: piano, keyboards and vocals\nJoão Correia: drums and percussion\nNuno Lucas: bass\nDiana Mortágua: flute\nDiogo Duque: trumpet, flugelhorn and flute\nJoão Capinha: alto and tenor sax\nRaimundo Semedo: baritone and tenor sax\n\nhttps://brunopernadas.bandcamp.com/album/those-who-throw-objects-at-the-crocodiles-will-be-asked-to-retrieve-them",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}