Information about plays

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

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

{
    "id": 1386353,
    "uri": "https://api.kexp.org/v2/plays/1386353/?format=api",
    "airdate": "2008-06-16T15:33:30-07:00",
    "show": 24203,
    "show_uri": "https://api.kexp.org/v2/shows/24203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "From Seas",
    "track_id": "db6cb12e-ad91-4beb-aa99-1ad9eeef4218",
    "recording_id": null,
    "artist": "The Bridal Shop",
    "artist_ids": [
        "80116df1-71e3-474b-9c9b-08da2f92b778"
    ],
    "album": "From Seas",
    "release_id": "8b9e47fd-a181-4efb-b490-8d60d316eb07",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-07-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}