Information about plays

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

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

{
    "id": 454953,
    "uri": "https://api.kexp.org/v2/plays/454953/?format=api",
    "airdate": "2001-08-12T19:27:16-07:00",
    "show": 7702,
    "show_uri": "https://api.kexp.org/v2/shows/7702/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "By a Stranger",
    "track_id": "59f1d71b-d5fb-40db-9520-cf21f16873da",
    "recording_id": null,
    "artist": "Labba, Illacoin and Black Rob",
    "artist_ids": [
        "09071792-d61a-43d8-ae85-274c5cb285c9"
    ],
    "album": "The Best of Ayatollah",
    "release_id": "326cf381-ceb3-4308-848b-f6a257fbc235",
    "release_group_id": null,
    "labels": [
        "Fat Beats"
    ],
    "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"
}