Information about plays

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

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

{
    "id": 349663,
    "uri": "https://api.kexp.org/v2/plays/349663/?format=api",
    "airdate": "2019-07-03T16:29:12-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/ff743c26-4368-4894-b048-9211d4c1f0e7/17186877798-250.jpg",
    "thumbnail_uri": "",
    "song": "How the West Was Won",
    "track_id": "6503e97f-4f8b-4344-a904-8ebef794d366",
    "recording_id": null,
    "artist": "Peter Perrett",
    "artist_ids": [
        "c6a56d39-c476-4e83-babc-00c42d97ceef"
    ],
    "album": "How the West Was Won",
    "release_id": "ff743c26-4368-4894-b048-9211d4c1f0e7",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2017-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solo music from front man of the Only Ones.  https://peterperrett.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}