Information about plays

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

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

{
    "id": 3413032,
    "uri": "https://api.kexp.org/v2/plays/3413032/?format=api",
    "airdate": "2024-10-15T16:14:37-07:00",
    "show": 61585,
    "show_uri": "https://api.kexp.org/v2/shows/61585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kick, Push",
    "track_id": "0348f6fa-eb34-3147-aeae-26c920f7f1e4",
    "recording_id": "fee575b8-250a-4030-8e87-253d9be2475c",
    "artist": "Lupe Fiasco",
    "artist_ids": [
        "cf15719f-51f9-4db8-a15d-5eed9664ce69"
    ],
    "album": "Food & Liquor",
    "release_id": "f20f0f19-a410-4a30-9e61-b20eb933700d",
    "release_group_id": "3d19dd5c-9a0e-35c4-aeb8-c64ea898f1b6",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2006-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lupe Fiasco is on tour! Check out the dates and venues for the Samurai Tour here: https://www.lupefiasco.com/shows\n\nIn the Bay Area - The Warfield in San Francisco on November 21st and at The Catalyst in Santa Cruz on November 22nd.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}