Information about plays

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

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

{
    "id": 376937,
    "uri": "https://api.kexp.org/v2/plays/376937/?format=api",
    "airdate": "2019-09-05T08:42:54-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/1f3d7165-bdb8-4a04-aec4-2dadc82f6856/23833837747-250.jpg",
    "thumbnail_uri": "",
    "song": "Nothing Is Safe",
    "track_id": "40c28b3e-d06d-4ac2-a202-88e16c8b339f",
    "recording_id": null,
    "artist": "clipping. feat.",
    "artist_ids": [
        "84ca8fa4-7cca-4948-a90a-cb44db29853d"
    ],
    "album": "There Existed an Addiction to Blood",
    "release_id": "1f3d7165-bdb8-4a04-aec4-2dadc82f6856",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Release date for this new album from Clipping (their third on Sub Pop) is set for October 18th. Keep an eye out on upcoming tour dates here: http://www.clppng.com/shows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}