Information about plays

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

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

{
    "id": 1355451,
    "uri": "https://api.kexp.org/v2/plays/1355451/?format=api",
    "airdate": "2008-03-28T18:56:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Penetration",
    "track_id": "e919ecf7-6eea-4550-9290-e38274c55414",
    "recording_id": null,
    "artist": "The Pyramids",
    "artist_ids": [
        "783a24ba-183b-4661-af9f-53ac90af8a40"
    ],
    "album": "Cowabunga! The Surf Box (disc 3: Ebb Tide (1963-1967))",
    "release_id": "ede67da7-d858-459c-be49-9506eb7bd121",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1996-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}