Information about plays

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

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

{
    "id": 1388634,
    "uri": "https://api.kexp.org/v2/plays/1388634/?format=api",
    "airdate": "2008-06-22T09:43:00-07:00",
    "show": 24240,
    "show_uri": "https://api.kexp.org/v2/shows/24240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "D.J. Play My Blues",
    "track_id": "a59a70dc-29e4-4dd4-89da-2ec6e4dcd6a4",
    "recording_id": null,
    "artist": "Buddy Guy",
    "artist_ids": [
        "4336a134-d091-4e54-9967-c7c433db6d4e"
    ],
    "album": "Buddy's Blues 1979-82: The Best of the JSP Sessions",
    "release_id": "fe062126-7fdd-4984-ba5c-689ec0eeda58",
    "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"
}