Information about plays

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

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

{
    "id": 1279353,
    "uri": "https://api.kexp.org/v2/plays/1279353/?format=api",
    "airdate": "2007-09-15T01:09:00-07:00",
    "show": 22388,
    "show_uri": "https://api.kexp.org/v2/shows/22388/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jcjy-USYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jcjy-USYL._SL75_.jpg",
    "song": "String Lake",
    "track_id": "a4908afd-a96e-4dde-bd48-bfb8b19a132c",
    "recording_id": null,
    "artist": "Secret Mommy",
    "artist_ids": [
        "bf2d56af-0e4c-4281-b6e9-a913a26d00e8"
    ],
    "album": "Plays",
    "release_id": "32a7152d-2c2a-4b77-9130-9d3b7a85c78f",
    "release_group_id": null,
    "labels": [
        "Ache Records"
    ],
    "label_ids": [
        "4f820e1c-180d-4c1b-94b6-c2b743a76fe9"
    ],
    "release_date": "2007-02-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}