Information about plays

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

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

{
    "id": 1276484,
    "uri": "https://api.kexp.org/v2/plays/1276484/?format=api",
    "airdate": "2007-09-07T19:17:25-07:00",
    "show": 22340,
    "show_uri": "https://api.kexp.org/v2/shows/22340/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rdnPDhOjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rdnPDhOjL._SL75_.jpg",
    "song": "Walkin' The Dog",
    "track_id": "11d34c1b-a2bb-45b9-ba3a-5501916c1d43",
    "recording_id": null,
    "artist": "Wayne Hancock",
    "artist_ids": [
        "20e85c43-1af6-432a-add7-ce831a29d850"
    ],
    "album": "Swing Time",
    "release_id": "58c1fcad-6088-4dea-bea0-094b87ed0a52",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "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"
}