Information about plays

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

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

{
    "id": 1303239,
    "uri": "https://api.kexp.org/v2/plays/1303239/?format=api",
    "airdate": "2007-11-16T18:49:38-08:00",
    "show": 22798,
    "show_uri": "https://api.kexp.org/v2/shows/22798/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Q5DJMP85L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Q5DJMP85L._SL75_.jpg",
    "song": "The Big Beat",
    "track_id": "164a3a98-167d-4993-be9a-9b46ce365c04",
    "recording_id": null,
    "artist": "The Del-Vikings",
    "artist_ids": [
        "0a010003-f404-4094-96e5-3dd37dfefab1"
    ],
    "album": "The Best of the Del Vikings: The Mercury Years",
    "release_id": "23777c10-cb9e-4e8c-b475-b8f21ac72c91",
    "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"
}