Information about plays

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

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

{
    "id": 3428995,
    "uri": "https://api.kexp.org/v2/plays/3428995/?format=api",
    "airdate": "2024-11-23T07:16:48-08:00",
    "show": 61924,
    "show_uri": "https://api.kexp.org/v2/shows/61924/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "So Lucky",
    "track_id": null,
    "recording_id": "cae586a5-7bd1-4483-a5f4-a86109c71fc5",
    "artist": "Shannon and the Clams",
    "artist_ids": [
        "edda8263-7286-4227-9dc4-9ed8e6177f84"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2024-07-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band is rounded out by Nate Mahan on drums and Will Sprott on Keys, and for this performance Victor Franco on percussion. They play unapologetically weird pop — a sometimes surfy blend of psych-rock, doo wop, and R&B.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}