Information about plays

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

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

{
    "id": 420914,
    "uri": "https://api.kexp.org/v2/plays/420914/?format=api",
    "airdate": "2001-05-03T19:33:00-07:00",
    "show": 7043,
    "show_uri": "https://api.kexp.org/v2/shows/7043/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Take It On Home",
    "track_id": null,
    "recording_id": null,
    "artist": "Charlie Rich",
    "artist_ids": [
        "9fb7fe77-4e8b-4cbd-ba8f-84bcd80a24bc"
    ],
    "album": "The Very Best of Charlie Rich",
    "release_id": "c903204f-8b0f-4de6-b34b-ab4eb3f56536",
    "release_group_id": null,
    "labels": [
        "Epic LP"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}