Information about plays

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

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

{
    "id": 1273991,
    "uri": "https://api.kexp.org/v2/plays/1273991/?format=api",
    "airdate": "2007-09-01T11:30:00-07:00",
    "show": 22298,
    "show_uri": "https://api.kexp.org/v2/shows/22298/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xaXinD6HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xaXinD6HL._SL75_.jpg",
    "song": "Umoja",
    "track_id": "9811be9b-c3f3-4357-af29-e6071211b4d3",
    "recording_id": null,
    "artist": "Dennis Brown Presents Prince Jammy",
    "artist_ids": [
        "0f1be609-e6e3-43ab-aad9-2d49b99caf3b"
    ],
    "album": "Umoja / 20th Century DEBwise",
    "release_id": "3540a938-22d2-4fa8-a9fc-f7a166706418",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}