Information about plays

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

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

{
    "id": 1196773,
    "uri": "https://api.kexp.org/v2/plays/1196773/?format=api",
    "airdate": "2007-02-14T11:48:38-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uxho6KDKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uxho6KDKL._SL75_.jpg",
    "song": "Pink Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Misery Is a Butterfly",
    "release_id": "06d49e29-8196-4d64-a2b0-0d78825d70d3",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2004-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}