Information about plays

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

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

{
    "id": 417026,
    "uri": "https://api.kexp.org/v2/plays/417026/?format=api",
    "airdate": "2001-04-21T16:48:00-07:00",
    "show": 6960,
    "show_uri": "https://api.kexp.org/v2/shows/6960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XQ1R2TH6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XQ1R2TH6L._SL75_.jpg",
    "song": "Sunshine",
    "track_id": "240ed6c7-b6f4-4286-89e8-d9c595fee6cd",
    "recording_id": null,
    "artist": "The Meat Purveyors",
    "artist_ids": [
        "79ef45e0-6b8c-46be-a617-af73fa8ece0a"
    ],
    "album": "Down to the Promised Land: 5 Years of Bloodshot Records (disc 1)",
    "release_id": "a41e87c7-8327-4c11-a112-766ccf5540ac",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2000-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}