Information about plays

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

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

{
    "id": 1195480,
    "uri": "https://api.kexp.org/v2/plays/1195480/?format=api",
    "airdate": "2007-02-11T00:03:09-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61JCSQSGFGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61JCSQSGFGL._SL75_.jpg",
    "song": "Gold Lion",
    "track_id": null,
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs  ",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Show Your Bones",
    "release_id": "24e3729b-0bb0-40e2-ba1d-a6cf8d059043",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}