Information about plays

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

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

{
    "id": 1274349,
    "uri": "https://api.kexp.org/v2/plays/1274349/?format=api",
    "airdate": "2007-09-02T11:48:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5170OreHi%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5170OreHi%2BL._SL75_.jpg",
    "song": "Bar-B-Q",
    "track_id": "7e8808df-0758-437b-a60e-a0a6ac1d1b5d",
    "recording_id": null,
    "artist": "Wendy Rene",
    "artist_ids": [
        "f1709257-4b4f-4db9-a715-d1b199acbd03"
    ],
    "album": "The Complete Stax-Volt Singles: 1959-1968 (disc 4)",
    "release_id": "bd8ebc92-2f1c-4756-94cf-27b27b3ce1f5",
    "release_group_id": null,
    "labels": [
        "\""
    ],
    "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"
}