Information about plays

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

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

{
    "id": 532156,
    "uri": "https://api.kexp.org/v2/plays/532156/?format=api",
    "airdate": "2002-03-28T11:52:23-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Q2KEJ57AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Q2KEJ57AL._SL75_.jpg",
    "song": "How Good Is Good Enough?",
    "track_id": "42dd465e-8534-4153-804f-293fba9972be",
    "recording_id": null,
    "artist": "Ester Drang",
    "artist_ids": [
        "bdaf9dae-a4f3-4bf5-b0c1-7b77dbd6472d"
    ],
    "album": "Goldenwest",
    "release_id": "1a3e3f89-474c-4879-b79c-1e775326a16e",
    "release_group_id": null,
    "labels": [
        "Burnt Toast Vinyl"
    ],
    "label_ids": [
        "1c65277b-65e7-40f6-8762-a3e2c156007f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}