Information about plays

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

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

{
    "id": 1383069,
    "uri": "https://api.kexp.org/v2/plays/1383069/?format=api",
    "airdate": "2008-06-08T03:14:16-07:00",
    "show": 24146,
    "show_uri": "https://api.kexp.org/v2/shows/24146/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MSV6KQM5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MSV6KQM5L._SL75_.jpg",
    "song": "Everybody Knows That You Are Insane",
    "track_id": "4bad71e0-e4e5-475c-9723-d9144d3b9369",
    "recording_id": null,
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Lullabies to Paralyze",
    "release_id": "96a9ec12-db8b-4efe-9463-b7cac63ab3ae",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}