Information about plays

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

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

{
    "id": 501304,
    "uri": "https://api.kexp.org/v2/plays/501304/?format=api",
    "airdate": "2001-12-28T11:07:00-08:00",
    "show": 8608,
    "show_uri": "https://api.kexp.org/v2/shows/8608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mJ5xkMA-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mJ5xkMA-L._SL75_.jpg",
    "song": "The Dog",
    "track_id": "1939fbec-c93c-4844-bd2e-af0e90f4321e",
    "recording_id": null,
    "artist": "Rufus Thomas",
    "artist_ids": [
        "af1f46fe-903c-4bbf-8e20-a3e114343bd0"
    ],
    "album": "Walking the Dog",
    "release_id": "b09e44f7-7f89-4c7d-a358-3faba315496c",
    "release_group_id": null,
    "labels": [
        "Stax/Atlantic"
    ],
    "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"
}