Information about plays

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

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

{
    "id": 466725,
    "uri": "https://api.kexp.org/v2/plays/466725/?format=api",
    "airdate": "2001-09-16T12:09:13-07:00",
    "show": 7939,
    "show_uri": "https://api.kexp.org/v2/shows/7939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble So Hard",
    "track_id": "c08c9f43-990b-4b7c-b6e5-b0ae166199ed",
    "recording_id": null,
    "artist": "Vera Hall",
    "artist_ids": [
        "a4073adb-937f-4e44-8d22-0330720f6f20"
    ],
    "album": "Natural Blues",
    "release_id": "59a6b29c-3a6a-4f38-b1aa-772a28a6b51c",
    "release_group_id": null,
    "labels": [
        "XL ( Import )"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}