Information about plays

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

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

{
    "id": 3582249,
    "uri": "https://api.kexp.org/v2/plays/3582249/?format=api",
    "airdate": "2025-11-24T07:22:51-08:00",
    "show": 65198,
    "show_uri": "https://api.kexp.org/v2/shows/65198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freedom",
    "track_id": "9cfbdc6f-8fe0-4697-897c-b73ac8dc2f46",
    "recording_id": "d71f3b88-3ddd-41bf-a759-666b9ac09ffc",
    "artist": "Jurassic 5",
    "artist_ids": [
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Power in Numbers",
    "release_id": "a902c830-2aa9-4576-8ed2-06c5eb62eb59",
    "release_group_id": "3ec846cc-e07a-3734-836c-822d10ab10d0",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Using vivid imagery and lyrical storytelling to convey a message of hope and social commentary, this track explores themes of liberty, oppression, and the fight for equality. \n\nIt also includes commentary on leaders who prioritize their own interests over the needs of their people, as well as the idea of freedom having to be fought for. \n\nDespite the heavy themes, the song also includes messages of love, peace, and harmony, suggesting a vision of a united future. \n\nThe lyrics also mention \"Free Mumia Jamal,\" referencing the controversial journalist and activist Mumia Abu-Jamal who was on death row at the time of the song's release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}