Information about plays

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

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

{
    "id": 347019,
    "uri": "https://api.kexp.org/v2/plays/347019/?format=api",
    "airdate": "2019-06-27T15:16:21-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/a5cc5acd-08eb-43e5-982a-e4ab3b776fb6/22093679447-250.jpg",
    "thumbnail_uri": "",
    "song": "I Need You to Be Sweet Like Sugar (Nnge Nte Suka)",
    "track_id": "874cd235-e8c2-43de-966b-7228f581c28e",
    "recording_id": null,
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "Doko Mien",
    "release_id": "a5cc5acd-08eb-43e5-982a-e4ab3b776fb6",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ibibio Sounds Machine will be playing High Dive here in Seattle on August 2nd. They are also a part of this year's Pickathon Festival August 2nd-4th in Happy Valley, Oregon!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}