Information about plays

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

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

{
    "id": 1265549,
    "uri": "https://api.kexp.org/v2/plays/1265549/?format=api",
    "airdate": "2007-08-11T02:31:40-07:00",
    "show": 22157,
    "show_uri": "https://api.kexp.org/v2/shows/22157/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PYMG76J%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PYMG76J%2BL._SL75_.jpg",
    "song": "Doo Doo Doo Doo Doo (Heartbreaker)",
    "track_id": "747ab565-dcde-432f-b101-3fcf055f23ea",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Goats Head Soup",
    "release_id": "9cb6cdd9-3e81-46b8-9dbe-78b5700f112e",
    "release_group_id": null,
    "labels": [
        "Rolling Stone (Germany)"
    ],
    "label_ids": [
        "a3a9948c-d137-466d-bf49-7ea2369765a9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}