Information about plays

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

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

{
    "id": 353183,
    "uri": "https://api.kexp.org/v2/plays/353183/?format=api",
    "airdate": "2019-07-11T19:49:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Changed the Locks",
    "track_id": "2333b7f6-9a27-3f9c-a2b8-10b4f0ae19c3",
    "recording_id": null,
    "artist": "Lucinda Williams",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "Lucinda Williams",
    "release_id": "6c283235-d49c-4926-a0d6-43ea111b4f74",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1988",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}