Information about plays

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

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

{
    "id": 1305174,
    "uri": "https://api.kexp.org/v2/plays/1305174/?format=api",
    "airdate": "2007-11-21T20:41:00-08:00",
    "show": 22832,
    "show_uri": "https://api.kexp.org/v2/shows/22832/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61j3SO7eWqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61j3SO7eWqL._SL75_.jpg",
    "song": "The Midnight Special",
    "track_id": "0aed7606-275b-498f-8e52-292abcaf7dc8",
    "recording_id": null,
    "artist": "Creedence Clearwater Revival",
    "artist_ids": [
        "109958eb-a335-4c5e-907e-597ff4c6af46"
    ],
    "album": "Willy and the Poor Boys",
    "release_id": "8283a0d4-cdbc-4e6c-9f50-03c74235afb2",
    "release_group_id": null,
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1969-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}