Information about plays

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

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

{
    "id": 418668,
    "uri": "https://api.kexp.org/v2/plays/418668/?format=api",
    "airdate": "2001-04-27T02:49:05-07:00",
    "show": 6995,
    "show_uri": "https://api.kexp.org/v2/shows/6995/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216DH755WKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216DH755WKL._SL75_.jpg",
    "song": "This Love (feat. Elizabeth Fraser)",
    "track_id": "d8fa9c16-8455-4a96-ba83-97d0695f9e3e",
    "recording_id": null,
    "artist": "Craig Armstrong",
    "artist_ids": [
        "8f7bf43e-2a13-431a-a274-19e28965fe07"
    ],
    "album": "The Space Between Us",
    "release_id": "7c95eaab-27ad-4da6-950f-59fd8cec6740",
    "release_group_id": null,
    "labels": [
        "Melankolic"
    ],
    "label_ids": [
        "1d78cfcb-c4bc-4eb1-869d-ac7f2a959cdb"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}