Information about plays

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

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

{
    "id": 1355498,
    "uri": "https://api.kexp.org/v2/plays/1355498/?format=api",
    "airdate": "2008-03-28T20:42:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bombora",
    "track_id": "aa0ef1f4-f5ab-47b2-8cb6-b163db40de5c",
    "recording_id": null,
    "artist": "The Surfaris",
    "artist_ids": [
        "ea9889a3-539d-4549-bff3-cb721b989aa2"
    ],
    "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"
}