Information about plays

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

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

{
    "id": 1196202,
    "uri": "https://api.kexp.org/v2/plays/1196202/?format=api",
    "airdate": "2007-02-13T00:49:00-08:00",
    "show": 20969,
    "show_uri": "https://api.kexp.org/v2/shows/20969/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blues and West",
    "track_id": "cdc381de-a0e3-4a7d-b7ad-9374f3559d80",
    "recording_id": null,
    "artist": "Gianluigi Trovesi",
    "artist_ids": [
        "b33ca6e3-b1c0-44db-a423-43cf5de6a1af"
    ],
    "album": "Fugace",
    "release_id": "6340d9b6-9fbc-453d-8a4d-0e990bac6152",
    "release_group_id": null,
    "labels": [
        "ECM"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}