Information about plays

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

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

{
    "id": 433883,
    "uri": "https://api.kexp.org/v2/plays/433883/?format=api",
    "airdate": "2001-06-12T11:33:45-07:00",
    "show": 7302,
    "show_uri": "https://api.kexp.org/v2/shows/7302/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61vljOYYs2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61vljOYYs2L._SL75_.jpg",
    "song": "The Movement of a Hand",
    "track_id": null,
    "recording_id": null,
    "artist": "Bright Eyes",
    "artist_ids": [
        "78f797e3-4913-4026-aad0-1cd858bd735b"
    ],
    "album": "Fevers and Mirrors",
    "release_id": "64c2b3d0-f2ff-4e2f-9dad-4c926bb00a10",
    "release_group_id": null,
    "labels": [
        "lbj"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}