Information about plays

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

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

{
    "id": 423665,
    "uri": "https://api.kexp.org/v2/plays/423665/?format=api",
    "airdate": "2001-05-12T03:00:00-07:00",
    "show": 7100,
    "show_uri": "https://api.kexp.org/v2/shows/7100/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirty Fingernails",
    "track_id": "28f72e51-328d-49a3-8644-84dfcef4e78f",
    "recording_id": null,
    "artist": "Nurse with Wound",
    "artist_ids": [
        "ac18f936-0086-4bd1-a8ea-629e2c35a906"
    ],
    "album": "Gyllensköld, Geijerstam and I at Rydbergs",
    "release_id": "247fe634-f787-4eb7-89bf-e9d43f3ab20c",
    "release_group_id": null,
    "labels": [
        "Alaylah"
    ],
    "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"
}