Information about plays

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

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

{
    "id": 533494,
    "uri": "https://api.kexp.org/v2/plays/533494/?format=api",
    "airdate": "2002-04-01T09:54:00-08:00",
    "show": 9241,
    "show_uri": "https://api.kexp.org/v2/shows/9241/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MYDWEC2VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MYDWEC2VL._SL75_.jpg",
    "song": "Leave Them All Behind",
    "track_id": null,
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Going Blank Again",
    "release_id": "098bd485-25d5-4718-8034-2f74ba8dac84",
    "release_group_id": null,
    "labels": [
        "Sire"
    ],
    "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"
}