Information about plays

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

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

{
    "id": 530609,
    "uri": "https://api.kexp.org/v2/plays/530609/?format=api",
    "airdate": "2002-03-24T11:52:00-08:00",
    "show": 9186,
    "show_uri": "https://api.kexp.org/v2/shows/9186/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GMVVY6BSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GMVVY6BSL._SL75_.jpg",
    "song": "Guitar Slim Boogie 3",
    "track_id": null,
    "recording_id": null,
    "artist": "Guitar Slim",
    "artist_ids": [
        "017151db-3920-4b4d-ab17-c8c5b6616648"
    ],
    "album": "Atco Sessions",
    "release_id": "4dfb2874-9f61-471b-a54a-91c0eaee0ec9",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}