Information about plays

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

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

{
    "id": 2678451,
    "uri": "https://api.kexp.org/v2/plays/2678451/?format=api",
    "airdate": "2019-12-26T17:12:30-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toyota Man",
    "track_id": "656756ab-24a5-4bf4-8425-8d668a675909",
    "recording_id": null,
    "artist": "Neon Indian",
    "artist_ids": [
        "e8238c02-1cf0-4a51-bfd0-cee93904d351"
    ],
    "album": "Toyota Man",
    "release_id": "567ebc7b-21b5-4d2f-85f1-8ea56ecc7840",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2019-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neon Indian is an electronic project by Mexican-born Alan Palomo, who is also known for his work with the band Ghosthustler, and as the solo artist VEGA. The project has been characterized as defining the 2000s music genre, chillwave. \"Toyota Man\" is Palomo’s first song in his native language.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}