Information about plays

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

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

{
    "id": 415274,
    "uri": "https://api.kexp.org/v2/plays/415274/?format=api",
    "airdate": "2001-04-16T10:40:00-07:00",
    "show": 6929,
    "show_uri": "https://api.kexp.org/v2/shows/6929/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Clip",
    "track_id": null,
    "recording_id": null,
    "artist": "Thinking Fellers Union Local 282",
    "artist_ids": [
        "1915de2e-9ca2-4d2a-8aca-6d4819315166"
    ],
    "album": "Bob Dinners and Larry Noodles Presents...",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Communion"
    ],
    "label_ids": [],
    "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"
}