Information about plays

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

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

{
    "id": 415802,
    "uri": "https://api.kexp.org/v2/plays/415802/?format=api",
    "airdate": "2001-04-17T18:00:00-07:00",
    "show": 6938,
    "show_uri": "https://api.kexp.org/v2/shows/6938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MZX63WHYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MZX63WHYL._SL75_.jpg",
    "song": "Yemaya",
    "track_id": "7dd59dd4-832d-4af1-9a5e-cf8c538f595b",
    "recording_id": null,
    "artist": "P18",
    "artist_ids": [
        "1308551b-aae8-4ec1-ab38-ce71f0c47672"
    ],
    "album": "Urban Cuban",
    "release_id": "3618e9fc-b94e-484c-b9f1-751017c4bd03",
    "release_group_id": null,
    "labels": [
        "Higher Octave World"
    ],
    "label_ids": [
        "71d3fe9a-dfcc-47c3-8c28-7928ca12a532"
    ],
    "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"
}