Information about plays

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

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

{
    "id": 531889,
    "uri": "https://api.kexp.org/v2/plays/531889/?format=api",
    "airdate": "2002-03-27T20:46:00-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419wBGFkEyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419wBGFkEyL._SL75_.jpg",
    "song": "Baby How Long",
    "track_id": "9e027781-7faf-4883-892e-c0d914fa4a81",
    "recording_id": null,
    "artist": "Sunnyland Slim",
    "artist_ids": [
        "25854cde-8c11-477b-8242-a86de1a4a003"
    ],
    "album": "Slim's Shout",
    "release_id": "44a0f0a4-fdaa-487f-82c6-e5579d18fb04",
    "release_group_id": null,
    "labels": [],
    "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"
}