Information about plays

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

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

{
    "id": 433531,
    "uri": "https://api.kexp.org/v2/plays/433531/?format=api",
    "airdate": "2001-06-11T10:41:15-07:00",
    "show": 7295,
    "show_uri": "https://api.kexp.org/v2/shows/7295/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SYMPXE7YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SYMPXE7YL._SL75_.jpg",
    "song": "Help Push the Car",
    "track_id": "1bb1583f-c669-4fb3-b8bb-5cd5550b9882",
    "recording_id": null,
    "artist": "Gingersol",
    "artist_ids": [
        "7371d211-e15f-41f3-bfb3-28ec8877d40c"
    ],
    "album": "Nothing Stops Moving",
    "release_id": "9c18540a-2168-4bfe-8be0-1ae15cf22c7c",
    "release_group_id": null,
    "labels": [
        "Idea Prone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}