Information about plays

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

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

{
    "id": 535052,
    "uri": "https://api.kexp.org/v2/plays/535052/?format=api",
    "airdate": "2002-04-05T20:18:56-08:00",
    "show": 9268,
    "show_uri": "https://api.kexp.org/v2/shows/9268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51t8MMGMBbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51t8MMGMBbL._SL75_.jpg",
    "song": "40 Miles to Vegas",
    "track_id": "c4ad15b2-c036-4ff3-a7d1-07a0ccd5aa7e",
    "recording_id": null,
    "artist": "Southern Culture On The Skids",
    "artist_ids": [
        "90c88f94-8b70-49fd-9726-cadf4306ef42"
    ],
    "album": "Plastic Seat Sweat",
    "release_id": "db1d46bf-a9da-4c9a-8283-7a71e5afde47",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1997-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}