Information about plays

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

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

{
    "id": 434043,
    "uri": "https://api.kexp.org/v2/plays/434043/?format=api",
    "airdate": "2001-06-12T22:56:15-07:00",
    "show": 7305,
    "show_uri": "https://api.kexp.org/v2/shows/7305/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514RrUm4LcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514RrUm4LcL._SL75_.jpg",
    "song": "I Don't Believe You (She Acts Like We Never Have Met)",
    "track_id": "332104f2-cfd9-4b90-87d8-a14c93dc18c5",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Bootleg Series, Volume 4: Live 1966: The \"Royal Albert Hall\" Concert (disc 2)",
    "release_id": "5c1b7744-95ab-4f69-854f-7d60fbd9cb0d",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "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"
}