Information about plays

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

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

{
    "id": 3418113,
    "uri": "https://api.kexp.org/v2/plays/3418113/?format=api",
    "airdate": "2024-10-27T20:06:33-07:00",
    "show": 61691,
    "show_uri": "https://api.kexp.org/v2/shows/61691/?format=api",
    "image_uri": "https://coverartarchive.org/release/387fd783-6657-4a4c-9f12-a6cd1bd6aa4e/29978661114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/387fd783-6657-4a4c-9f12-a6cd1bd6aa4e/29978661114-250.jpg",
    "song": "Art Of Drums",
    "track_id": null,
    "recording_id": "2509e073-90e4-4e27-b975-2f83c8af5b2e",
    "artist": "Macattack",
    "artist_ids": [
        "0b695187-760b-4641-a53a-d95927c0b0ff"
    ],
    "album": "Washington Go Go Sound Attack",
    "release_id": null,
    "release_group_id": "0633bace-710b-48cb-824c-6e060619ce73",
    "labels": [],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1985, Art of Drums was a release from Mack Carey of the D.C. go-go group Trouble Funk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}