Information about plays

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

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

{
    "id": 532148,
    "uri": "https://api.kexp.org/v2/plays/532148/?format=api",
    "airdate": "2002-03-28T11:17:58-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XS4SAPN5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XS4SAPN5L._SL75_.jpg",
    "song": "On a Rope",
    "track_id": null,
    "recording_id": null,
    "artist": "Rocket From the Crypt",
    "artist_ids": [
        "e297ecdf-64ec-4e34-899d-80380f5b0c2a"
    ],
    "album": "Scream, Dracula, Scream!",
    "release_id": "6a92bc9a-2b5a-47a3-8ad1-6df75dba266c",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}