Information about plays

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

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

{
    "id": 460157,
    "uri": "https://api.kexp.org/v2/plays/460157/?format=api",
    "airdate": "2001-08-27T20:30:00-07:00",
    "show": 7806,
    "show_uri": "https://api.kexp.org/v2/shows/7806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hupenyu Hwangu",
    "track_id": "0e3d62f5-070e-40e6-aa83-348b90567988",
    "recording_id": null,
    "artist": "Bhundu Boys",
    "artist_ids": [
        "11fe85b6-8be3-4b15-a738-7a268061918b"
    ],
    "album": "Shabini",
    "release_id": "6b073bfe-efa2-4219-b506-2908847baa5d",
    "release_group_id": null,
    "labels": [
        "Discafrique(UK)"
    ],
    "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"
}