Information about plays

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

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

{
    "id": 456794,
    "uri": "https://api.kexp.org/v2/plays/456794/?format=api",
    "airdate": "2001-08-17T20:16:48-07:00",
    "show": 7733,
    "show_uri": "https://api.kexp.org/v2/shows/7733/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512VdPMIxiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512VdPMIxiL._SL75_.jpg",
    "song": "Hot Rod Queen",
    "track_id": "b00f94f0-6001-4ba4-8d83-833c1da38ce4",
    "recording_id": null,
    "artist": "Deke Dickerson and The Ecco-Fonics",
    "artist_ids": [
        "aa5e6d6c-2efa-4f51-8cd7-b1d0ce87816f"
    ],
    "album": "Number One Hit Record!",
    "release_id": "73738790-874f-42ce-b69a-18ca99b4b339",
    "release_group_id": null,
    "labels": [
        "HMG"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}