Information about plays

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

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

{
    "id": 516245,
    "uri": "https://api.kexp.org/v2/plays/516245/?format=api",
    "airdate": "2002-02-10T12:00:00-08:00",
    "show": 8906,
    "show_uri": "https://api.kexp.org/v2/shows/8906/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire on the Bayou",
    "track_id": "dc2970aa-48a6-422a-abf8-a0d877281d8c",
    "recording_id": null,
    "artist": "The Neville Brothers",
    "artist_ids": [
        "5464e20c-7dcb-4a3e-9b25-13bb959fadc9"
    ],
    "album": "Treacherous: A History of the Neville Brothers, 1955-1985 (disc 2)",
    "release_id": "20fcf11a-8811-4bd4-8680-bac056b68f11",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}