Information about plays

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

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

{
    "id": 3599605,
    "uri": "https://api.kexp.org/v2/plays/3599605/?format=api",
    "airdate": "2026-01-03T10:05:42-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Legalize It",
    "track_id": null,
    "recording_id": "0da9903e-c23a-4e82-8159-085e1114d4a1",
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Tosh was murdered in 1987 at the age of 42 during a robbery of his house.\n\n\"Legalize It\" was Tosh's debut album as a solo artist after leaving The Wailers. After its release in 1975, there were significant efforts to ban the song but, nevertheless, it was distributed and catapulted Tosh to Reggae fame.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}