Information about plays

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

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

{
    "id": 377569,
    "uri": "https://api.kexp.org/v2/plays/377569/?format=api",
    "airdate": "2019-09-06T16:24:51-07:00",
    "show": 6282,
    "show_uri": "https://api.kexp.org/v2/shows/6282/?format=api",
    "image_uri": "http://coverartarchive.org/release/c2dab6ed-1a4e-49a6-9abc-6be95c03dbda/4804372334-250.jpg",
    "thumbnail_uri": "",
    "song": "Story of My Life",
    "track_id": "fe763243-b645-31c9-bccf-bf38f9d9ac32",
    "recording_id": null,
    "artist": "Social Distortion",
    "artist_ids": [
        "e1e05cce-3922-44e1-8f20-015abe5e309d"
    ],
    "album": "Social Distortion",
    "release_id": "c2dab6ed-1a4e-49a6-9abc-6be95c03dbda",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}