Information about plays

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

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

{
    "id": 3422491,
    "uri": "https://api.kexp.org/v2/plays/3422491/?format=api",
    "airdate": "2024-11-07T11:43:42-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia803208.us.archive.org/20/items/mbid-89b91aff-9c16-4a53-8933-261f3ccb867d/mbid-89b91aff-9c16-4a53-8933-261f3ccb867d-4145566830_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/20/items/mbid-89b91aff-9c16-4a53-8933-261f3ccb867d/mbid-89b91aff-9c16-4a53-8933-261f3ccb867d-4145566830_thumb250.jpg",
    "song": "Dread Sovereign",
    "track_id": "4f950769-796e-376f-8160-77d3a4833d9f",
    "recording_id": "e1982212-cd63-49ca-9eb0-d13dee2dc052",
    "artist": "Shearwater",
    "artist_ids": [
        "9df31471-e54e-43ba-bbe8-38fd94c63dbb"
    ],
    "album": "Animal Joy",
    "release_id": "89b91aff-9c16-4a53-8933-261f3ccb867d",
    "release_group_id": "4e1de113-91cc-478a-ac6d-7d073f7c7175",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shearwater is an rock band from Austin, Texas, led by multi-instrumentalist and lead singer Jonathan Meiburg, a singer-songwriter. The band's music is notable for its imagery based in nature, cerebral yet intimate melodic songs, as well as Meiburg's vocals.\n\nThis 2012 album, 'Animal Joy', was the first Shearwater album released on Sub Pop Records.\n\nhttps://shearwater.bandcamp.com/album/animal-joy-sub-pop-2012",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}