Information about plays

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

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

{
    "id": 1304929,
    "uri": "https://api.kexp.org/v2/plays/1304929/?format=api",
    "airdate": "2007-11-21T04:43:03-08:00",
    "show": 22828,
    "show_uri": "https://api.kexp.org/v2/shows/22828/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416MCPPJ7RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416MCPPJ7RL._SL75_.jpg",
    "song": "Delicious Demon",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Life's Too Good",
    "release_id": "4c4970b2-b955-420d-98c2-27cc9b81036a",
    "release_group_id": null,
    "labels": [
        "Texas Rose"
    ],
    "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"
}