Information about plays

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

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

{
    "id": 3413290,
    "uri": "https://api.kexp.org/v2/plays/3413290/?format=api",
    "airdate": "2024-10-16T07:02:44-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mask",
    "track_id": null,
    "recording_id": "94fe3c87-99f7-45ef-8519-9878dfb2d44d",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Mask",
    "release_id": null,
    "release_group_id": "b9478bd5-7b9a-326e-8bdf-ad8cf8978f54",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1981-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy spooky season! On this day, Bauhaus released 'Mask' the title track of their 1981 album and it definitely has some spooky vibes.\nhttps://www.discogs.com/master/2463-Bauhaus-Mask",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}