Information about plays

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

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

{
    "id": 533372,
    "uri": "https://api.kexp.org/v2/plays/533372/?format=api",
    "airdate": "2002-04-01T01:26:53-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BOeeb8iGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BOeeb8iGL._SL75_.jpg",
    "song": "Just Live Your Life",
    "track_id": "fe6ccb89-e9b6-47a1-99d6-5b3f6efc8100",
    "recording_id": null,
    "artist": "Otis Taylor",
    "artist_ids": [
        "f90c3011-d714-4beb-a181-1dc2b7d33239"
    ],
    "album": "Respect the Dead",
    "release_id": "7bc21334-b5ee-4cea-96d5-5eff5e665f37",
    "release_group_id": null,
    "labels": [
        "Northernblues"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}