Information about plays

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

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

{
    "id": 532425,
    "uri": "https://api.kexp.org/v2/plays/532425/?format=api",
    "airdate": "2002-03-29T04:11:00-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HEQJ1MGQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HEQJ1MGQL._SL75_.jpg",
    "song": "Quick Kick",
    "track_id": "fd11dc0b-0e6d-4373-93d8-b853a09e7792",
    "recording_id": null,
    "artist": "Baby Mammoth",
    "artist_ids": [
        "a74b14a2-28c5-4cfd-95a4-9ebb1c5d1a18"
    ],
    "album": "Best Foot Forward",
    "release_id": "29451eba-f12c-4de7-8841-ae9915ef65ac",
    "release_group_id": null,
    "labels": [
        "Pork Recordings"
    ],
    "label_ids": [
        "de66d862-ee44-4cd8-8435-709aa123eab3"
    ],
    "release_date": "2000-08-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}