Information about plays

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

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

{
    "id": 1195882,
    "uri": "https://api.kexp.org/v2/plays/1195882/?format=api",
    "airdate": "2007-02-12T04:35:48-08:00",
    "show": 20964,
    "show_uri": "https://api.kexp.org/v2/shows/20964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vv8A%2B2suL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vv8A%2B2suL._SL75_.jpg",
    "song": "Chocolate",
    "track_id": null,
    "recording_id": null,
    "artist": "Snow Patrol",
    "artist_ids": [
        "a66999a7-ae5c-460e-ba94-1a01143ae847"
    ],
    "album": "Final Straw",
    "release_id": "afec2b64-d321-4c1e-9c2d-d962f1decc1e",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "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"
}