Information about plays

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

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

{
    "id": 532703,
    "uri": "https://api.kexp.org/v2/plays/532703/?format=api",
    "airdate": "2002-03-29T22:03:24-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412674B5VKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412674B5VKL._SL75_.jpg",
    "song": "Jesus Christ Was an Only Child",
    "track_id": null,
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "The Lonesome Crowded West",
    "release_id": "2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1997-11-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}