Information about plays

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

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

{
    "id": 1385916,
    "uri": "https://api.kexp.org/v2/plays/1385916/?format=api",
    "airdate": "2008-06-15T11:27:00-07:00",
    "show": 24194,
    "show_uri": "https://api.kexp.org/v2/shows/24194/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MF6VCX8SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MF6VCX8SL._SL75_.jpg",
    "song": "Funky Fever",
    "track_id": "e57678c2-7720-43a5-9917-b2160767e6f9",
    "recording_id": null,
    "artist": "Clarence Carter",
    "artist_ids": [
        "d24bd0d5-0bfe-43ca-9ddd-d731abda89d7"
    ],
    "album": "Sock It to 'em Soul: 60's Club Soul Classics From the Vaults of Atlantic, Atco, Loma, Reprise, Stax & Warner Bros. 1963-1968",
    "release_id": "ad062307-8e51-45ca-8405-18d33ff6a4c4",
    "release_group_id": null,
    "labels": [
        "Warner Strategic Marketing (UK)"
    ],
    "label_ids": [
        "6aff79da-ebdf-4f83-9a07-d998fb3a947e"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}