Information about plays

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

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

{
    "id": 423663,
    "uri": "https://api.kexp.org/v2/plays/423663/?format=api",
    "airdate": "2001-05-12T02:51:25-07:00",
    "show": 7100,
    "show_uri": "https://api.kexp.org/v2/shows/7100/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Pretty Face is Going To Hell",
    "track_id": null,
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Raw Power '91",
    "release_id": "ecf1321c-5a95-4112-9936-053053933658",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}