Information about plays

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

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

{
    "id": 1391645,
    "uri": "https://api.kexp.org/v2/plays/1391645/?format=api",
    "airdate": "2008-06-29T21:31:00-07:00",
    "show": 24290,
    "show_uri": "https://api.kexp.org/v2/shows/24290/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GqWjr8zxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GqWjr8zxL._SL75_.jpg",
    "song": "Monotonik",
    "track_id": "2c7ea637-125b-4e96-9a0d-d17992521258",
    "recording_id": null,
    "artist": "Makoto & Deeizm",
    "artist_ids": [
        "3b019abc-f946-4f47-bff1-c925100db827"
    ],
    "album": "Watch the Ride: Zinc",
    "release_id": "bd8f08b9-5414-4689-97cc-ef82475f64b4",
    "release_group_id": null,
    "labels": [
        "Bingo Records"
    ],
    "label_ids": [
        "62501ecd-bc02-4535-bffa-3939acb62268"
    ],
    "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"
}