Information about plays

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

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

{
    "id": 3414015,
    "uri": "https://api.kexp.org/v2/plays/3414015/?format=api",
    "airdate": "2024-10-17T20:11:52-07:00",
    "show": 61602,
    "show_uri": "https://api.kexp.org/v2/shows/61602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monaka",
    "track_id": null,
    "recording_id": "ceeae0b9-4f7e-4fda-b9a9-92e3f8f798b4",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Kumoyo Island",
    "release_id": null,
    "release_group_id": "b9a6d3d3-e308-4d87-9b9b-6f33c655a41c",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2022-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fifth and final release from the psychedelic Japanese rockers - https://kikagakumoyoggb.bandcamp.com/album/kumoyo-island",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}