Information about plays

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

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

{
    "id": 463867,
    "uri": "https://api.kexp.org/v2/plays/463867/?format=api",
    "airdate": "2001-09-07T16:09:13-07:00",
    "show": 7877,
    "show_uri": "https://api.kexp.org/v2/shows/7877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watermelon Man",
    "track_id": "92eccb21-dcf4-4d9d-9e14-a7cf40056c52",
    "recording_id": null,
    "artist": "Chris Thomas King",
    "artist_ids": [
        "6015dfbf-8f97-440b-9dff-2282953ecea5"
    ],
    "album": "The Legend of Tommy Johnson",
    "release_id": "2efe9064-8928-4ef3-9bc6-3cb119e4d0b0",
    "release_group_id": null,
    "labels": [
        "Valley"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}