Information about plays

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

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

{
    "id": 533937,
    "uri": "https://api.kexp.org/v2/plays/533937/?format=api",
    "airdate": "2002-04-02T17:39:50-08:00",
    "show": 9249,
    "show_uri": "https://api.kexp.org/v2/shows/9249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DpxsORn1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DpxsORn1L._SL75_.jpg",
    "song": "Takin' Another Man's Place",
    "track_id": "277ac703-ba4d-4660-a68e-45fd0e50d738",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "The Delta Meets Detroit: Aretha's Blues",
    "release_id": "0cde134a-3155-49fe-be54-b0b1b0836737",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}