Information about plays

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

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

{
    "id": 350100,
    "uri": "https://api.kexp.org/v2/plays/350100/?format=api",
    "airdate": "2019-07-04T16:37:08-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/72995c3c-db08-4a2d-8823-f5d718b78c3d/4173875361-250.jpg",
    "thumbnail_uri": "",
    "song": "American Music",
    "track_id": "fd3a346e-bc55-315b-b0f8-6b6016d4ed41",
    "recording_id": null,
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Add It Up (1981–1993)",
    "release_id": "72995c3c-db08-4a2d-8823-f5d718b78c3d",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}