Information about plays

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

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

{
    "id": 493214,
    "uri": "https://api.kexp.org/v2/plays/493214/?format=api",
    "airdate": "2001-12-04T07:49:00-08:00",
    "show": 8456,
    "show_uri": "https://api.kexp.org/v2/shows/8456/?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": "Childhood",
    "track_id": "d953c9b4-9d8d-45a2-9459-d1e85422acd3",
    "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"
}