Information about plays

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

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

{
    "id": 1276053,
    "uri": "https://api.kexp.org/v2/plays/1276053/?format=api",
    "airdate": "2007-09-06T17:53:00-07:00",
    "show": 22333,
    "show_uri": "https://api.kexp.org/v2/shows/22333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jolene",
    "track_id": "b8056cea-80a9-4cfe-bac3-e4c7f4fd58ca",
    "recording_id": null,
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "2002-07-13: First Avenue, Minneapolis, MN, USA",
    "release_id": "5dc94803-022f-4fa0-9170-7ac62d155cc3",
    "release_group_id": null,
    "labels": [],
    "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"
}