Information about plays

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

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

{
    "id": 1277978,
    "uri": "https://api.kexp.org/v2/plays/1277978/?format=api",
    "airdate": "2007-09-11T16:54:29-07:00",
    "show": 22367,
    "show_uri": "https://api.kexp.org/v2/shows/22367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Pants",
    "track_id": null,
    "recording_id": null,
    "artist": "El Combo Xingu",
    "artist_ids": [],
    "album": "Good God!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Guerrilla Funk Recordings"
    ],
    "label_ids": [
        "bb9492ea-5bc7-4d3b-a9a5-1f937060a24f"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}