Information about plays

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

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

{
    "id": 1342233,
    "uri": "https://api.kexp.org/v2/plays/1342233/?format=api",
    "airdate": "2008-02-23T05:49:57-08:00",
    "show": 23446,
    "show_uri": "https://api.kexp.org/v2/shows/23446/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q4mfl2rWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q4mfl2rWL._SL75_.jpg",
    "song": "Born Under Punches (The Heat Goes On)",
    "track_id": "691f31cd-324a-4006-92d2-30c06b351ab3",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Once in a Lifetime (disc 2)",
    "release_id": "861902d4-054f-42fd-bc7a-66decba879c2",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}