Information about plays

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

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

{
    "id": 1177610,
    "uri": "https://api.kexp.org/v2/plays/1177610/?format=api",
    "airdate": "2006-12-27T17:51:37-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NVC5oyORL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NVC5oyORL._SL75_.jpg",
    "song": "New Day Rising",
    "track_id": null,
    "recording_id": null,
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "New Day Rising",
    "release_id": "76f00efe-5dcf-4a63-8ca6-705756848cf7",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}