Information about plays

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

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

{
    "id": 430817,
    "uri": "https://api.kexp.org/v2/plays/430817/?format=api",
    "airdate": "2001-06-03T04:12:00-07:00",
    "show": 7243,
    "show_uri": "https://api.kexp.org/v2/shows/7243/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512D42JFT7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512D42JFT7L._SL75_.jpg",
    "song": "Cooley High",
    "track_id": "cb76df4f-52b6-43ce-b858-5c69566e9887",
    "recording_id": null,
    "artist": "Rodney O & Joe Cooley",
    "artist_ids": [
        "2ba29f11-6321-451f-934d-3f63b3930ce3"
    ],
    "album": "Me and Joe",
    "release_id": "7e8644dc-79dd-4b61-b58f-9d608b015869",
    "release_group_id": null,
    "labels": [
        "No Remorse"
    ],
    "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"
}