Information about plays

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

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

{
    "id": 1316241,
    "uri": "https://api.kexp.org/v2/plays/1316241/?format=api",
    "airdate": "2007-12-19T22:32:00-08:00",
    "show": 23017,
    "show_uri": "https://api.kexp.org/v2/shows/23017/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61kFT-bpsXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61kFT-bpsXL._SL75_.jpg",
    "song": "Glam Bucket",
    "track_id": "bf3552f0-c1a6-4cce-abf7-1c63e17334f1",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Oblivion With Bells",
    "release_id": "685c1dc4-ac9f-47e0-a9c2-ce2839437dc7",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}