Information about plays

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

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

{
    "id": 3602885,
    "uri": "https://api.kexp.org/v2/plays/3602885/?format=api",
    "airdate": "2026-01-11T01:58:07-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Military Man (w/ Phil Lynott)",
    "track_id": null,
    "recording_id": null,
    "artist": "Gary Moore",
    "artist_ids": [
        "a8806b5c-3ee0-4277-94d3-1a5427a7707c"
    ],
    "album": "Run for Cover",
    "release_id": null,
    "release_group_id": "1febfd37-7c00-32e5-96d1-acff724b8a07",
    "labels": [
        "Mirage"
    ],
    "label_ids": [
        "3e79f677-a125-4cc1-8c91-be2a0402686b"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of Phils last releases before he died\n\nYou can watch footage of Gary Moore and Phil Lynott performing this song live in 1985 by following the link below:\n\nhttps://youtu.be/EXzC_ESEeuU?si=PapKpustG6iESaLb\n\nLynott also provided vocals for a re-recording of the Thin Lizzy classic on Run For Cover,  \"Still in Love with You\", on which Moore originally played guitar; the track was initially issued as a B-side of \"Out in the Fields\", but is included on later remastered versions of the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}