Information about plays

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

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

{
    "id": 426439,
    "uri": "https://api.kexp.org/v2/plays/426439/?format=api",
    "airdate": "2001-05-21T04:33:20-07:00",
    "show": 7160,
    "show_uri": "https://api.kexp.org/v2/shows/7160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SN5JT2TPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SN5JT2TPL._SL75_.jpg",
    "song": "On My Way to the Cage",
    "track_id": "d8116acf-ff2c-4eca-b1ba-952d3f9e5126",
    "recording_id": null,
    "artist": "Rollins Band",
    "artist_ids": [
        "3ca37f23-fdce-49ce-86e2-134c9a17ebc5"
    ],
    "album": "Come in and Burn",
    "release_id": "8b1f7989-a6c8-4446-933b-2dfa132f6b64",
    "release_group_id": null,
    "labels": [
        "DreamWorks"
    ],
    "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"
}