Information about plays

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

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

{
    "id": 347724,
    "uri": "https://api.kexp.org/v2/plays/347724/?format=api",
    "airdate": "2019-06-29T05:07:24-07:00",
    "show": 5789,
    "show_uri": "https://api.kexp.org/v2/shows/5789/?format=api",
    "image_uri": "http://coverartarchive.org/release/6d9c39a2-cc4b-31f7-a54f-0058933c787d/14768533717-250.jpg",
    "thumbnail_uri": "",
    "song": "Glass Jar",
    "track_id": "2bf845e3-6c77-353c-834b-741ac0d48851",
    "recording_id": null,
    "artist": "Gang Gang Dance",
    "artist_ids": [
        "83f1cb07-1745-48e6-8576-428604e67aa8"
    ],
    "album": "Eye Contact",
    "release_id": "6d9c39a2-cc4b-31f7-a54f-0058933c787d",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2011-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My love for Gang Gang Dance knows no bounds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}