Information about plays

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

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

{
    "id": 492534,
    "uri": "https://api.kexp.org/v2/plays/492534/?format=api",
    "airdate": "2001-12-02T11:47:00-08:00",
    "show": 8443,
    "show_uri": "https://api.kexp.org/v2/shows/8443/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Devil's Best Disguise",
    "track_id": null,
    "recording_id": null,
    "artist": "Sarah Brown",
    "artist_ids": [
        "4c8c598f-ba16-4fb6-9a64-7bbf21d20ed5"
    ],
    "album": "VA/Every Woman's Blues: the Best Of the New Generation",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}