Information about plays

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

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

{
    "id": 3578142,
    "uri": "https://api.kexp.org/v2/plays/3578142/?format=api",
    "airdate": "2025-11-14T16:45:03-08:00",
    "show": 65108,
    "show_uri": "https://api.kexp.org/v2/shows/65108/?format=api",
    "image_uri": "https://ia801002.us.archive.org/34/items/mbid-6d9912ce-4e74-3f16-b500-052be00be629/mbid-6d9912ce-4e74-3f16-b500-052be00be629-42673587598_thumb500.jpg",
    "thumbnail_uri": "https://dn710108.ca.archive.org/0/items/mbid-6d9912ce-4e74-3f16-b500-052be00be629/mbid-6d9912ce-4e74-3f16-b500-052be00be629-42673587598_thumb250.jpg",
    "song": "Black Nite Crash",
    "track_id": "0dd5e672-f41e-3ee3-a9e3-77765fbab578",
    "recording_id": "f61a9f8d-0c91-4dc6-afe3-cfecb582943b",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Tarantula",
    "release_id": "6d9912ce-4e74-3f16-b500-052be00be629",
    "release_group_id": "e3f67b66-905c-3dc9-b8e6-296e5397045e",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1996-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tarantula is the fourth studio album by British rock band Ride, released in March 1996 shortly after the band split. The album was deleted from Creation Records' catalogue only one week after its release. This is also the only Ride album on which Andy Bell's vocal duties outweigh those of regular frontman Mark Gardener, due to internal conflict and the prior of their breakup. https://shorturl.at/PaWno",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}