Information about plays

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

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

{
    "id": 1256553,
    "uri": "https://api.kexp.org/v2/plays/1256553/?format=api",
    "airdate": "2007-07-19T13:31:10-07:00",
    "show": 22005,
    "show_uri": "https://api.kexp.org/v2/shows/22005/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517HpPUIsxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517HpPUIsxL._SL75_.jpg",
    "song": "3's & 7's",
    "track_id": null,
    "recording_id": null,
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Era Vulgaris",
    "release_id": "fabcfd3d-5acf-47a7-8550-32dc94bac550",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}