Information about plays

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

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

{
    "id": 495577,
    "uri": "https://api.kexp.org/v2/plays/495577/?format=api",
    "airdate": "2001-12-11T06:45:00-08:00",
    "show": 8500,
    "show_uri": "https://api.kexp.org/v2/shows/8500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ceremony",
    "track_id": "3013ed0a-783b-4bab-8bfb-34b83e72738c",
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "Selected Galaxie 500",
    "release_id": "5509a017-90e5-445f-8b04-a34c37101992",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}