Information about plays

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

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

{
    "id": 529634,
    "uri": "https://api.kexp.org/v2/plays/529634/?format=api",
    "airdate": "2002-03-21T12:58:15-08:00",
    "show": 9165,
    "show_uri": "https://api.kexp.org/v2/shows/9165/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51d9vq4ndHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51d9vq4ndHL._SL75_.jpg",
    "song": "TheKindaMzkYouLike",
    "track_id": null,
    "recording_id": null,
    "artist": "Girls Against Boys",
    "artist_ids": [
        "837cd182-8da4-4c1c-924c-03daf72f0237"
    ],
    "album": "House of GVSB",
    "release_id": "5204671a-5d6b-470a-b579-e4dad4f51a61",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1996-03-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}