Information about plays

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

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

{
    "id": 454804,
    "uri": "https://api.kexp.org/v2/plays/454804/?format=api",
    "airdate": "2001-08-12T10:28:00-07:00",
    "show": 7699,
    "show_uri": "https://api.kexp.org/v2/shows/7699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zhzMy62JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zhzMy62JL._SL75_.jpg",
    "song": "Certified Senior Citizen",
    "track_id": "74b28438-b6dd-42ba-823d-2ee15bb84c67",
    "recording_id": null,
    "artist": "Mose Allison",
    "artist_ids": [
        "18b76828-4b12-44c1-b8d9-ae82b22557a0"
    ],
    "album": "The Earth Wants You",
    "release_id": "72524193-91d8-4f7c-8801-f43be7ea49a4",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}