Information about plays

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

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

{
    "id": 1415547,
    "uri": "https://api.kexp.org/v2/plays/1415547/?format=api",
    "airdate": "2008-08-29T00:19:13-07:00",
    "show": 24689,
    "show_uri": "https://api.kexp.org/v2/shows/24689/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j-Jdy2IwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j-Jdy2IwL._SL75_.jpg",
    "song": "Illegal Gunshot",
    "track_id": "aea784db-a8fb-4bab-9b82-8219edb85f76",
    "recording_id": null,
    "artist": "The Ragga Twins",
    "artist_ids": [
        "cc2980fe-d233-42a5-a11d-bae90754e68a"
    ],
    "album": "Ragga Twins Step Out (disc 1)",
    "release_id": "ecdff104-d4f5-463e-b9c8-62d45d74d43c",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2008-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}