Information about plays

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

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

{
    "id": 349846,
    "uri": "https://api.kexp.org/v2/plays/349846/?format=api",
    "airdate": "2019-07-04T02:23:23-07:00",
    "show": 5828,
    "show_uri": "https://api.kexp.org/v2/shows/5828/?format=api",
    "image_uri": "http://coverartarchive.org/release/6a1982bd-3f88-4b27-a497-f2e0adde184e/23118414000-250.jpg",
    "thumbnail_uri": "",
    "song": "What Used to Be Mine",
    "track_id": "5e4b8a6f-d401-4a0f-b306-c3168ebc8eef",
    "recording_id": null,
    "artist": "Faye Webster",
    "artist_ids": [
        "ce4a1c08-6912-423f-bf6c-97ce69f5e89f"
    ],
    "album": "Atlanta Millionaires Club",
    "release_id": "6a1982bd-3f88-4b27-a497-f2e0adde184e",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent record, excellent merch - https://www.fayewebster.com/shop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}