Information about plays

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

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

{
    "id": 376956,
    "uri": "https://api.kexp.org/v2/plays/376956/?format=api",
    "airdate": "2019-09-05T09:39:02-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/7426a1f9-42f4-4e45-8481-7dd71a4758d1/18898524323-250.jpg",
    "thumbnail_uri": "",
    "song": "Need You Around",
    "track_id": "e876ec98-c128-381c-9b47-6336a5869f6d",
    "recording_id": null,
    "artist": "Smoking Popes",
    "artist_ids": [
        "ecb5dec2-d9dd-428a-884d-74c9dd7c113a"
    ],
    "album": "Born to Quit",
    "release_id": "7426a1f9-42f4-4e45-8481-7dd71a4758d1",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also found on the Clueless soundtrack from 1995!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}