Information about plays

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

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

{
    "id": 349682,
    "uri": "https://api.kexp.org/v2/plays/349682/?format=api",
    "airdate": "2019-07-03T17:12:26-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freaks",
    "track_id": "4c2bc901-945a-4ae4-9b57-c7f916681bb0",
    "recording_id": null,
    "artist": "Dead Bars",
    "artist_ids": [
        "394f0662-c9f7-4870-aaad-3224b245f1ef"
    ],
    "album": "Regulars",
    "release_id": "d2d18c13-0a62-4f2e-8a84-b6c0da8f3348",
    "release_group_id": null,
    "labels": [
        "A‐F Records"
    ],
    "label_ids": [
        "59567a42-35a1-48f2-9908-f1a650c216aa"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from the Seattle band. https://deadbars.bandcamp.com/album/regulars-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}