Information about plays

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

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

{
    "id": 3415411,
    "uri": "https://api.kexp.org/v2/plays/3415411/?format=api",
    "airdate": "2024-10-21T05:05:02-07:00",
    "show": 61634,
    "show_uri": "https://api.kexp.org/v2/shows/61634/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beacon",
    "track_id": null,
    "recording_id": "a5c3e337-d99a-49f6-b338-9b440aba352d",
    "artist": "Matt Duncan",
    "artist_ids": [
        "b9011c25-790c-4258-a6d2-4a6e9edc1a99"
    ],
    "album": "Beacon",
    "release_id": null,
    "release_group_id": "65b49475-7290-4a60-9bf3-8928f50d315a",
    "labels": [
        "Soul Step Records"
    ],
    "label_ids": [
        "e5c8d0a4-8f0a-491e-9f06-0d310132303c"
    ],
    "release_date": "2010-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Recorded in fits and starts, between 2007 and 2009, at my parents' house and John's old place, layer upon layer, like baklava.\"\n\nhttps://mattduncan.bandcamp.com/album/beacon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}