Information about plays

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

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

{
    "id": 516123,
    "uri": "https://api.kexp.org/v2/plays/516123/?format=api",
    "airdate": "2002-02-09T21:39:00-08:00",
    "show": 8901,
    "show_uri": "https://api.kexp.org/v2/shows/8901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night Life (asda's silverlining mix)",
    "track_id": "26796149-89af-4fe3-9452-41b7e5751a32",
    "recording_id": null,
    "artist": "Dark Male",
    "artist_ids": [
        "3da50c3f-8257-4f79-b384-ff5fe2610510"
    ],
    "album": "Sancho Panza : Carnival Monday (disc 2)",
    "release_id": "5c967a52-e142-4440-badf-0bb4300b40d2",
    "release_group_id": null,
    "labels": [
        "GROVETECH"
    ],
    "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"
}