Information about plays

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

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

{
    "id": 1367688,
    "uri": "https://api.kexp.org/v2/plays/1367688/?format=api",
    "airdate": "2008-04-28T17:02:49-07:00",
    "show": 23880,
    "show_uri": "https://api.kexp.org/v2/shows/23880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Erotic City (feat. Sheila E.)",
    "track_id": null,
    "recording_id": null,
    "artist": "Prince & The Revolution",
    "artist_ids": [
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48"
    ],
    "album": "The Hits/The B-Sides (disc 3: The B-Sides)",
    "release_id": "8ad53308-6307-4366-b589-6f97af7ba2aa",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1993-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}