Information about plays

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

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

{
    "id": 3438478,
    "uri": "https://api.kexp.org/v2/plays/3438478/?format=api",
    "airdate": "2024-12-15T16:41:49-08:00",
    "show": 62118,
    "show_uri": "https://api.kexp.org/v2/shows/62118/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "yfir skýin",
    "track_id": null,
    "recording_id": null,
    "artist": "lúpína",
    "artist_ids": [],
    "album": "MARGLYTTA",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some of the best of 2024!\n\nlupina performed in the KEXP Gathering Space for Reykjavik Calling in October hosted by DJ Kevin Cole. \nhttps://lupinamusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}