Information about plays

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

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

{
    "id": 533293,
    "uri": "https://api.kexp.org/v2/plays/533293/?format=api",
    "airdate": "2002-03-31T20:00:00-08:00",
    "show": 9238,
    "show_uri": "https://api.kexp.org/v2/shows/9238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41O%2BLTL9bAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41O%2BLTL9bAL._SL75_.jpg",
    "song": "Takemussa",
    "track_id": "45b613f2-6bd3-455b-b15a-d9d880ccb687",
    "recording_id": null,
    "artist": "SOHA",
    "artist_ids": [
        "3232c658-9235-4ec6-a16d-e6173bbbbe2c"
    ],
    "album": "Africanism, Volume II (Special Mixed CD version) (disc 1)",
    "release_id": "81549ace-85eb-4052-9868-e45a171d70f3",
    "release_group_id": null,
    "labels": [
        "Yellow"
    ],
    "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"
}