Information about plays

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

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

{
    "id": 3572830,
    "uri": "https://api.kexp.org/v2/plays/3572830/?format=api",
    "airdate": "2025-11-01T22:34:13-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Final Chapters",
    "track_id": null,
    "recording_id": "1f7df670-f051-4396-a9d2-ef4d9efabe2c",
    "artist": "Pennywise",
    "artist_ids": [
        "5c210861-2ce2-4be3-9307-bbcfc361cc01"
    ],
    "album": "A Word from the Wise",
    "release_id": null,
    "release_group_id": "cb6b7d1a-2ddd-4441-8a13-075357c84fd6",
    "labels": [
        "Theologian Records"
    ],
    "label_ids": [
        "b0cff437-e1ba-4e5e-8960-289177f47a19"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Pennywise are on the Warped Tour bill this year along with Less Than Jake, Angel Du$t, and many more.\n\nhttps://pennywisdom.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}