Information about plays

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

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

{
    "id": 2683232,
    "uri": "https://api.kexp.org/v2/plays/2683232/?format=api",
    "airdate": "2020-01-07T11:38:24.607000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Family Dinner",
    "track_id": "10f51d23-56cf-41d3-aac9-10fa73557108",
    "recording_id": null,
    "artist": "Sons",
    "artist_ids": [
        "e1196139-f0d6-4794-b396-7d17802d536e"
    ],
    "album": "Family Dinner",
    "release_id": "c770e3fe-35fd-47d5-9099-dd327074e429",
    "release_group_id": "8a4d075b-b337-4b32-a0cc-dcd6262ca9aa",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"SONS are a band, who like so many before them, began as four friends jamming together. However, it took less than a year of playing together for them to be awarded the prestigious “De Nieuwe lichting 2018”, a contest from Studio Brussel looking for new talent. From there, it didn’t take long for the band to explode in their native Belgium and start picking up Europe wide acclaim.\"  Learn more about this band at their Facebook page: https://www.facebook.com/sonsyeahsons/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}