Information about plays

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

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

{
    "id": 3439648,
    "uri": "https://api.kexp.org/v2/plays/3439648/?format=api",
    "airdate": "2024-12-18T11:53:52-08:00",
    "show": 62142,
    "show_uri": "https://api.kexp.org/v2/shows/62142/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bodys Chorus",
    "track_id": null,
    "recording_id": null,
    "artist": "Skeleten",
    "artist_ids": [
        "15d97d97-2d06-401a-982e-83e3759eb9e9"
    ],
    "album": "Mentalized",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Body's Chorus' is the newest single to come from Eora/Sydney Australia artist 'Skeletons.' \nSet to release a full length album 'Mentalized' on February 7th, 2025!\nhttps://skeleten.bandcamp.com/album/mentalized",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}