Information about plays

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

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

{
    "id": 532608,
    "uri": "https://api.kexp.org/v2/plays/532608/?format=api",
    "airdate": "2002-03-29T17:47:52-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414C4RTGEXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414C4RTGEXL._SL75_.jpg",
    "song": "Letters to the Far Reaches",
    "track_id": "51dc7cde-1691-46a3-a210-fdb06eeb57a9",
    "recording_id": null,
    "artist": "The Promise Ring",
    "artist_ids": [
        "63a6fae8-d39e-4de6-bfd4-9bcbf489a565"
    ],
    "album": "Wood / Water",
    "release_id": "3d1bd31d-ba4a-4899-814a-ff88ef5c3eff",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}