Information about plays

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

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

{
    "id": 532149,
    "uri": "https://api.kexp.org/v2/plays/532149/?format=api",
    "airdate": "2002-03-28T11:22:29-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61o1xPVhPFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61o1xPVhPFL._SL75_.jpg",
    "song": "Must've Been High",
    "track_id": null,
    "recording_id": null,
    "artist": "Supersuckers",
    "artist_ids": [
        "6fa09822-bbe4-4ff8-901d-4a39a4dd82e9"
    ],
    "album": "Must've Been High",
    "release_id": "d00b9ccc-1a45-43bc-80f4-81ad7ec3d85f",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}