Information about plays

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

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

{
    "id": 418318,
    "uri": "https://api.kexp.org/v2/plays/418318/?format=api",
    "airdate": "2001-04-26T03:26:15-07:00",
    "show": 6989,
    "show_uri": "https://api.kexp.org/v2/shows/6989/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51O5IKINIbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51O5IKINIbL._SL75_.jpg",
    "song": "Lady, Your Roof Brings Me Down",
    "track_id": "eaffb9c9-aee5-46aa-9644-f32e1d9025b8",
    "recording_id": null,
    "artist": "Scott Weiland",
    "artist_ids": [
        "3b709eac-a251-4cc8-8259-4b379c4b9331"
    ],
    "album": "12 Bar Blues",
    "release_id": "0973a53a-aac0-4cfa-ab88-64122b7d59dc",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}