Information about plays

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

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

{
    "id": 414882,
    "uri": "https://api.kexp.org/v2/plays/414882/?format=api",
    "airdate": "2001-04-12T20:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512V00S26PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512V00S26PL._SL75_.jpg",
    "song": "Bullets",
    "track_id": "2c33ddfe-727d-4359-9a2f-ee7d6faef434",
    "recording_id": null,
    "artist": "Fred Eaglesmith",
    "artist_ids": [
        "2a04a833-2376-474d-846e-142e49167786"
    ],
    "album": "50-Odd Dollars",
    "release_id": "35625b0d-bb30-4103-8d09-6b1efe79f7aa",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [],
    "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"
}