Information about plays

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

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

{
    "id": 513813,
    "uri": "https://api.kexp.org/v2/plays/513813/?format=api",
    "airdate": "2002-02-03T12:39:00-08:00",
    "show": 8859,
    "show_uri": "https://api.kexp.org/v2/shows/8859/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y76A10QJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y76A10QJL._SL75_.jpg",
    "song": "Do YourTthing",
    "track_id": null,
    "recording_id": null,
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Greatest Hit Singles",
    "release_id": "aedf9958-d103-4c2d-b37d-0db748c122e7",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}