Information about plays

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

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

{
    "id": 450108,
    "uri": "https://api.kexp.org/v2/plays/450108/?format=api",
    "airdate": "2001-07-29T18:56:15-07:00",
    "show": 7611,
    "show_uri": "https://api.kexp.org/v2/shows/7611/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51i41%2Bz3RvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51i41%2Bz3RvL._SL75_.jpg",
    "song": "Word From Our Sponsor",
    "track_id": "78ab479d-a42c-4889-92ed-b61f9544c80c",
    "recording_id": null,
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "The Best of B-Boy Records",
    "release_id": "e6ae065e-76e8-4b76-b862-5be904cfb244",
    "release_group_id": null,
    "labels": [
        "B-Boy Records"
    ],
    "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"
}