Information about plays

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

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

{
    "id": 1262699,
    "uri": "https://api.kexp.org/v2/plays/1262699/?format=api",
    "airdate": "2007-08-03T22:24:34-07:00",
    "show": 22109,
    "show_uri": "https://api.kexp.org/v2/shows/22109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shake Ya Boogie (feat. Steve Bernstein)",
    "track_id": "5f3e1a8f-4288-4261-977d-c32af4b04483",
    "recording_id": null,
    "artist": "Mocean Worker",
    "artist_ids": [
        "537a61fa-83cc-44da-831c-07477cb108e4"
    ],
    "album": "Cinco de Mowo!",
    "release_id": "40d5bbad-6fa0-4527-ba78-3eba4908ecc9",
    "release_group_id": null,
    "labels": [
        "Mowo!,Inc"
    ],
    "label_ids": [
        "43638945-d3b1-4e9e-b32d-d84f9e88ece3"
    ],
    "release_date": "2007-06-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}