Information about plays

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

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

{
    "id": 352635,
    "uri": "https://api.kexp.org/v2/plays/352635/?format=api",
    "airdate": "2019-07-10T16:21:45-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/9985d26f-faaf-4256-8d25-ece0aa890246/21176890203-250.jpg",
    "thumbnail_uri": "",
    "song": "Coming for You",
    "track_id": "4977e8f8-ab12-4be2-abc6-07fe20c3ff3b",
    "recording_id": null,
    "artist": "Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "Single Rider",
    "release_id": "9985d26f-faaf-4256-8d25-ece0aa890246",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2018-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Headlining The West Seattle Summerfest this weekend! Free! All ages!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}