Information about plays

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

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

{
    "id": 495296,
    "uri": "https://api.kexp.org/v2/plays/495296/?format=api",
    "airdate": "2001-12-10T13:33:00-08:00",
    "show": 8495,
    "show_uri": "https://api.kexp.org/v2/shows/8495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O' Lady Butterfly",
    "track_id": "5b6620b8-3646-4b46-b9e4-18424765cec9",
    "recording_id": null,
    "artist": "The Anniversary",
    "artist_ids": [
        "db41efe6-867b-4427-820c-506ea17e5692"
    ],
    "album": "The Anniversary / Superdrag",
    "release_id": "e1dc403d-fbf6-4119-9fa0-123820d52f83",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}