Information about plays

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

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

{
    "id": 3600092,
    "uri": "https://api.kexp.org/v2/plays/3600092/?format=api",
    "airdate": "2026-01-04T10:07:02-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Streets of Baltimore",
    "track_id": "5bff8bf6-b402-3496-b51f-6b9e533f572b",
    "recording_id": "56bad451-1f0b-4c48-a06a-95950b620a5a",
    "artist": "Gram Parsons",
    "artist_ids": [
        "cbc83fb1-2c23-4ad1-9187-594b30da3f21"
    ],
    "album": "Sacred Hearts & Fallen Angels: The Gram Parsons Anthology",
    "release_id": "f1a43a52-cb66-40ab-ac8c-83e0ab181704",
    "release_group_id": "5e59305c-a6c3-38c9-937b-87476b7aab70",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally penned by  Tompall Glaser and Harlan Howard in 1966, this cover was featured on the HBO series, The Wire.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}