Information about plays

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

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

{
    "id": 532696,
    "uri": "https://api.kexp.org/v2/plays/532696/?format=api",
    "airdate": "2002-03-29T21:36:19-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BTAQG0AHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BTAQG0AHL._SL75_.jpg",
    "song": "Jerusalem",
    "track_id": "051fb6dc-c6a5-49eb-8b2a-fcd72f19f0b4",
    "recording_id": null,
    "artist": "Dan Bern",
    "artist_ids": [
        "f8b5b1f6-e476-4944-95bf-23b32ddf11b6"
    ],
    "album": "Dan Bern",
    "release_id": "c62c5cb7-d8d4-49ec-a274-327a8b831088",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}