Information about plays

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

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

{
    "id": 533925,
    "uri": "https://api.kexp.org/v2/plays/533925/?format=api",
    "airdate": "2002-04-02T17:03:01-08:00",
    "show": 9249,
    "show_uri": "https://api.kexp.org/v2/shows/9249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QR9YTVQEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QR9YTVQEL._SL75_.jpg",
    "song": "Mechanical Man",
    "track_id": null,
    "recording_id": null,
    "artist": "The Folk Implosion",
    "artist_ids": [
        "31722656-e14d-4f3f-8ecb-27cba9ce3a15"
    ],
    "album": "One Part Lullaby",
    "release_id": "a143451d-613c-4869-bd8b-8b8602a18c85",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1999-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}