Information about plays

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

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

{
    "id": 1303228,
    "uri": "https://api.kexp.org/v2/plays/1303228/?format=api",
    "airdate": "2007-11-16T18:26:26-08:00",
    "show": 22798,
    "show_uri": "https://api.kexp.org/v2/shows/22798/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SNVC2BACL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SNVC2BACL._SL75_.jpg",
    "song": "Pedal Pushin' Papa",
    "track_id": "5c4bd5f4-36f4-4869-aac8-af227bfb5b8b",
    "recording_id": null,
    "artist": "Billy Ward and The Dominoes",
    "artist_ids": [
        "162c7c0e-ca66-498e-a8b1-ce44ae47ab7f"
    ],
    "album": "The Very Best of Billy Ward and the Dominos",
    "release_id": "1c21e91f-cbf4-4d48-957f-8d761340b65d",
    "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"
}