Information about plays

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

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

{
    "id": 343159,
    "uri": "https://api.kexp.org/v2/plays/343159/?format=api",
    "airdate": "2019-06-18T22:21:47-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/0323e419-aeb0-3028-bcb4-dda4e8219d86/17683583429-250.jpg",
    "thumbnail_uri": "",
    "song": "Ana Ng",
    "track_id": "6efb3cff-1596-36a2-844a-982f24e0ec9c",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Lincoln",
    "release_id": "0323e419-aeb0-3028-bcb4-dda4e8219d86",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ana Ng\" was released as the lead single from They Might Be Giants' 1988 album Lincoln. The single was never officially released in the US, yet ended up being the band's  first US chart appearance, hitting #11 on the US Modern Rock chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}