Information about plays

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

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

{
    "id": 442015,
    "uri": "https://api.kexp.org/v2/plays/442015/?format=api",
    "airdate": "2001-07-05T20:13:38-07:00",
    "show": 7457,
    "show_uri": "https://api.kexp.org/v2/shows/7457/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R1FFCVYVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R1FFCVYVL._SL75_.jpg",
    "song": "It's Over",
    "track_id": "dbcf0fdd-ccae-4848-8d1f-ee1d77407498",
    "recording_id": null,
    "artist": "Roy Orbison",
    "artist_ids": [
        "0bbbc496-c7b5-4b3f-bb6d-bd312827d6e5"
    ],
    "album": "The All-Time Greatest Hits of Roy Orbison, Volume 1",
    "release_id": "ae71c2e1-2c18-45ce-9b6c-d91c0e5ab456",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "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"
}