Information about plays

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

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

{
    "id": 418966,
    "uri": "https://api.kexp.org/v2/plays/418966/?format=api",
    "airdate": "2001-04-27T21:38:34-07:00",
    "show": 7000,
    "show_uri": "https://api.kexp.org/v2/shows/7000/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ysr60dtPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ysr60dtPL._SL75_.jpg",
    "song": "Spoonman",
    "track_id": "ab959532-8710-4372-8f1a-e8a00355acb4",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "A-Sides",
    "release_id": "ba0a5ae3-f13d-4438-801b-f4ec413cc927",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1997-11-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}