Information about plays

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

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

{
    "id": 1375720,
    "uri": "https://api.kexp.org/v2/plays/1375720/?format=api",
    "airdate": "2008-05-18T20:27:00-07:00",
    "show": 24013,
    "show_uri": "https://api.kexp.org/v2/shows/24013/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Gathering",
    "track_id": "8a3d611e-45d7-40d1-9c4c-c27a04168b4e",
    "recording_id": null,
    "artist": "Living Legends",
    "artist_ids": [
        "ca7e5899-0934-4f35-b153-60562b8f9e9d"
    ],
    "album": "The Gathering",
    "release_id": "0826425f-b0ca-49c3-8516-40f4fb8106e7",
    "release_group_id": null,
    "labels": [
        "Legendary Music"
    ],
    "label_ids": [
        "8c4902be-b907-4cb1-b082-b537d348a1ee"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}