Information about plays

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

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

{
    "id": 350949,
    "uri": "https://api.kexp.org/v2/plays/350949/?format=api",
    "airdate": "2019-07-06T17:42:57-07:00",
    "show": 5845,
    "show_uri": "https://api.kexp.org/v2/shows/5845/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only Built 4 Turkish Linx",
    "track_id": "0464f766-2a92-4aa2-bc90-b7d51a93da8f",
    "recording_id": null,
    "artist": "Don Leisure",
    "artist_ids": [
        "5e718d3a-d54b-44d8-a475-2f1dc7ddca05"
    ],
    "album": "Halal Cool J",
    "release_id": "463d533e-fa01-4eb5-a0ce-37c2abd05474",
    "release_group_id": null,
    "labels": [
        "First Word Records"
    ],
    "label_ids": [
        "8515e5ea-6682-436e-b8b4-a9aed4730cc5"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this article about How Don Leisure’s Bollywood-Actor Uncle Inspired His New Album: https://daily.bandcamp.com/2017/08/08/don-leisure-shaboo-album-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}