Information about plays

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

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

{
    "id": 1285239,
    "uri": "https://api.kexp.org/v2/plays/1285239/?format=api",
    "airdate": "2007-09-30T02:54:16-07:00",
    "show": 22488,
    "show_uri": "https://api.kexp.org/v2/shows/22488/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411M+wLCz6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411M+wLCz6L._SL75_.jpg",
    "song": "Cigarettes, Wedding Bands",
    "track_id": null,
    "recording_id": null,
    "artist": "Band of Horses",
    "artist_ids": [
        "07b6020a-c539-4d68-aeef-f159f3befc76"
    ],
    "album": "Cease to Begin",
    "release_id": "88fd750d-1280-4a7a-8d49-8739c99f6db7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-10-09",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}