Information about plays

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

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

{
    "id": 520894,
    "uri": "https://api.kexp.org/v2/plays/520894/?format=api",
    "airdate": "2002-02-23T15:44:00-08:00",
    "show": 8990,
    "show_uri": "https://api.kexp.org/v2/shows/8990/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kql%2BaBbbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kql%2BaBbbL._SL75_.jpg",
    "song": "Food, Clothes and Shelter",
    "track_id": "df8f44fe-a244-455b-9ead-d624baefcb6a",
    "recording_id": null,
    "artist": "Gary Clail / On-U Sound System",
    "artist_ids": [
        "464b86d5-fe3d-4b2c-b903-147231f30e60"
    ],
    "album": "Emotional Hooligan",
    "release_id": "8906d362-54b3-4ef2-b5c1-2a9f3f79b83b",
    "release_group_id": null,
    "labels": [
        "Perfecto Records"
    ],
    "label_ids": [
        "bbe74b76-c6ea-4364-a72d-a7fdd90b7215"
    ],
    "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"
}