Information about plays

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

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

{
    "id": 351309,
    "uri": "https://api.kexp.org/v2/plays/351309/?format=api",
    "airdate": "2019-07-07T12:37:22-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "http://coverartarchive.org/release/ff7a4ef5-1349-4f27-9697-32c742a89e6b/23098689323-250.jpg",
    "thumbnail_uri": "",
    "song": "Catch Me If You Can",
    "track_id": "0335fefd-2fed-4899-8960-2ab0ccca2842",
    "recording_id": null,
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "In the End",
    "release_id": "ff7a4ef5-1349-4f27-9697-32c742a89e6b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}