Information about plays

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

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

{
    "id": 417252,
    "uri": "https://api.kexp.org/v2/plays/417252/?format=api",
    "airdate": "2001-04-22T20:23:04-07:00",
    "show": 6966,
    "show_uri": "https://api.kexp.org/v2/shows/6966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stratosphere",
    "track_id": "07912924-9f9c-4c73-8e4b-5a7f655910b2",
    "recording_id": null,
    "artist": "J-Laze",
    "artist_ids": [
        "9451052f-f531-4821-b0df-94fe9746a24b"
    ],
    "album": "Room Service",
    "release_id": "2e935b48-df1c-4097-9f54-aa75f0e5f871",
    "release_group_id": null,
    "labels": [
        "LGR"
    ],
    "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"
}