Information about plays

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

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

{
    "id": 3428410,
    "uri": "https://api.kexp.org/v2/plays/3428410/?format=api",
    "airdate": "2024-11-21T21:47:12-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/45c52525-13fb-4f76-a66d-1205598564ca/26149089251-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/45c52525-13fb-4f76-a66d-1205598564ca/26149089251-250.jpg",
    "song": "Heto Na",
    "track_id": null,
    "recording_id": "443a875b-6b58-4ab5-9427-1b30f5d04738",
    "artist": "Pantayo",
    "artist_ids": [
        "40113c36-0f2d-46c3-a52e-62906b4f3fc9"
    ],
    "album": "Pantayo",
    "release_id": null,
    "release_group_id": "8140aa2e-b0b3-4650-bbec-8c54ad9d86ed",
    "labels": [
        "Telephone Explosion Records"
    ],
    "label_ids": [
        "e647c224-5fc6-4b15-b641-3087783c2b23"
    ],
    "release_date": "2020-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pantayo is a Canadian quintet and kulintang ensemble based in Toronto consisting of queer members of the Filipinx diaspora formed in 2012. They combines elements of kulintang with elements of electronic, synth-pop, punk, and R&B music. Their name translates to \"for us\" in Tagalog.\n--\nhttps://pantayo.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}