Information about plays

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

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

{
    "id": 1177680,
    "uri": "https://api.kexp.org/v2/plays/1177680/?format=api",
    "airdate": "2006-12-27T21:16:03-08:00",
    "show": 20651,
    "show_uri": "https://api.kexp.org/v2/shows/20651/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F2GN0HP2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F2GN0HP2L._SL75_.jpg",
    "song": "Shake Everythin You've Got",
    "track_id": null,
    "recording_id": null,
    "artist": "Maceo Parker",
    "artist_ids": [
        "7ec0b91d-c6ad-417e-934c-decfdc45bada"
    ],
    "album": "Life on Planet Groove",
    "release_id": "44b70f4c-d1a1-440f-b923-3a70a9b8cec1",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1992-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}