Information about plays

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

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

{
    "id": 3592959,
    "uri": "https://api.kexp.org/v2/plays/3592959/?format=api",
    "airdate": "2025-12-19T05:44:27-08:00",
    "show": 65416,
    "show_uri": "https://api.kexp.org/v2/shows/65416/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Needle and the Damage Done",
    "track_id": "3843d6a5-9601-4963-aff5-148500372cd5",
    "recording_id": "f9519e90-9cc2-4127-940b-314deba3932e",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Live at Massey Hall 1971",
    "release_id": "59604053-55df-4960-87ea-e1962d0f2298",
    "release_group_id": "ecae74c2-b3b4-3ca4-9f13-fc124d6fdba0",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request, for Ken in New Haven!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}