Information about plays

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

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

{
    "id": 440098,
    "uri": "https://api.kexp.org/v2/plays/440098/?format=api",
    "airdate": "2001-06-30T09:26:15-07:00",
    "show": 7420,
    "show_uri": "https://api.kexp.org/v2/shows/7420/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517ROU6PgOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517ROU6PgOL._SL75_.jpg",
    "song": "Money Is The Root Of All Evil",
    "track_id": "1c5d0a19-aed1-46a2-a23f-1c3c11dde085",
    "recording_id": null,
    "artist": "Horace Andy",
    "artist_ids": [
        "2027b08d-45b1-4fb5-aa6d-f6ccc4db78e5"
    ],
    "album": "Sings for you and I",
    "release_id": "47f99209-eca2-403c-a568-c5791d800f34",
    "release_group_id": null,
    "labels": [
        "clocktower"
    ],
    "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"
}