Information about plays

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

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

{
    "id": 350071,
    "uri": "https://api.kexp.org/v2/plays/350071/?format=api",
    "airdate": "2019-07-04T15:01:05-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/7bc0246b-358c-46ed-acd6-e08e0b26dc4a/21282499463-250.jpg",
    "thumbnail_uri": "",
    "song": "Kids in America",
    "track_id": "97850526-b267-300b-b827-fdf1286f7cab",
    "recording_id": null,
    "artist": "Kim Wilde",
    "artist_ids": [
        "4b462375-c508-432a-8c88-ceeec38b16ae"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 5",
    "release_id": "7bc0246b-358c-46ed-acd6-e08e0b26dc4a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}