Information about plays

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

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

{
    "id": 346869,
    "uri": "https://api.kexp.org/v2/plays/346869/?format=api",
    "airdate": "2019-06-27T07:31:15-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pedestrian at Best",
    "track_id": "ec3c574f-3891-43df-824a-71342cf8b9af",
    "recording_id": null,
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "Sometimes I Sit and Think, and Sometimes I Just Sit",
    "release_id": "c6e9ab02-6b6e-4851-99e1-5e72b5bee1e3",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2015-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey look, we premiered this song a couple months before the release of Courtney Barnett's debut full-length, <i> Sometimes I Sit and Think, And Sometimes I Just Sit</i> - https://bit.ly/31VmHup",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}