Information about plays

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

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

{
    "id": 3428996,
    "uri": "https://api.kexp.org/v2/plays/3428996/?format=api",
    "airdate": "2024-11-23T07:20:26-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": "Big Wheel",
    "track_id": null,
    "recording_id": "f6f86a43-bf2b-461a-8bdc-2a5abe73592b",
    "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": "They released their seventh album in 2024, a vivid, intense tribute-to, and celebration-of Joe Haener, Shannon’s fiancé, who died in a tragic car accident in 2022. The record is called The Moon is in the Wrong Place and is available on Easy Eye Sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}