Information about plays

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

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

{
    "id": 3415580,
    "uri": "https://api.kexp.org/v2/plays/3415580/?format=api",
    "airdate": "2024-10-21T16:30:57-07:00",
    "show": 61638,
    "show_uri": "https://api.kexp.org/v2/shows/61638/?format=api",
    "image_uri": "https://coverartarchive.org/release/2042209b-ddc6-4574-9209-668458a07799/12364164507-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2042209b-ddc6-4574-9209-668458a07799/12364164507-250.jpg",
    "song": "In a Sailboat Painted Blue",
    "track_id": null,
    "recording_id": "f6c6bdde-ad75-4b46-a0b9-4c00a3a0c780",
    "artist": "Tomo Nakayama",
    "artist_ids": [
        "2cef242c-86e3-4631-9669-7d96aca66b09"
    ],
    "album": "SPACES Volume 1: Ballard Homestead",
    "release_id": null,
    "release_group_id": "015825ba-9070-4cbc-945d-b666d1312e44",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-03-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tomo Nakayama performing live at THING fest for KEXP: https://www.youtube.com/watch?v=_nse33kQTnk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}