Information about plays

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

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

{
    "id": 1274618,
    "uri": "https://api.kexp.org/v2/plays/1274618/?format=api",
    "airdate": "2007-09-03T03:13:44-07:00",
    "show": 22312,
    "show_uri": "https://api.kexp.org/v2/shows/22312/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21PPRC87GDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21PPRC87GDL._SL75_.jpg",
    "song": "You Think I Ain't Worth a Dollar, but I Feel Like a Millionaire",
    "track_id": null,
    "recording_id": null,
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Songs for the Deaf",
    "release_id": "c5729b32-d992-4283-9d86-d38bcb814a14",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2002-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}