Information about plays

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

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

{
    "id": 3429465,
    "uri": "https://api.kexp.org/v2/plays/3429465/?format=api",
    "airdate": "2024-11-24T11:05:53-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stagolee",
    "track_id": null,
    "recording_id": null,
    "artist": "The Skiffle Players",
    "artist_ids": [
        "bb26dc60-bb41-4a3e-a64e-8e16f7863894"
    ],
    "album": "Piffle Sayers EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Spiritual Pajamas"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neal Casal, Dan Horne, Cass McCombs, Farmer Dave Scher and Aaron Sperske focused on traditional songs for this EP, this one being based on the true story of Stag Lee Shelton shooting Billy Lyons on Christmas 1895.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}