Information about plays

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

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

{
    "id": 426700,
    "uri": "https://api.kexp.org/v2/plays/426700/?format=api",
    "airdate": "2001-05-21T21:47:08-07:00",
    "show": 7165,
    "show_uri": "https://api.kexp.org/v2/shows/7165/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laugh Him to Scorn",
    "track_id": "e6b63da0-9561-40b3-a723-b69dcff94853",
    "recording_id": null,
    "artist": "Edsel",
    "artist_ids": [
        "062b299e-e736-48a4-bdfd-b742761a2d7f"
    ],
    "album": "Techniques of Speed Hypnosis",
    "release_id": "79054dae-2213-4c2c-baf3-e1ae138ae45e",
    "release_group_id": null,
    "labels": [
        "Relativity Records"
    ],
    "label_ids": [
        "2bfb17b6-95da-44f8-9cd2-9cc661083901"
    ],
    "release_date": "1995-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}