Information about plays

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

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

{
    "id": 1286108,
    "uri": "https://api.kexp.org/v2/plays/1286108/?format=api",
    "airdate": "2007-10-02T10:38:32-07:00",
    "show": 22504,
    "show_uri": "https://api.kexp.org/v2/shows/22504/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RhLG9qkRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RhLG9qkRL._SL75_.jpg",
    "song": "B + A",
    "track_id": null,
    "recording_id": null,
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "The Three E.P.'s",
    "release_id": "109d52b0-d007-47ff-bef9-658e93fda65d",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1999-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}