Information about plays

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

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

{
    "id": 532974,
    "uri": "https://api.kexp.org/v2/plays/532974/?format=api",
    "airdate": "2002-03-30T18:11:44-08:00",
    "show": 9229,
    "show_uri": "https://api.kexp.org/v2/shows/9229/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5149u0nHwmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5149u0nHwmL._SL75_.jpg",
    "song": "Suck You Dry",
    "track_id": null,
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "March to Fuzz",
    "release_id": "4497adc3-c074-4030-9bde-b0c4eccdced9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}