Information about plays

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

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

{
    "id": 533849,
    "uri": "https://api.kexp.org/v2/plays/533849/?format=api",
    "airdate": "2002-04-02T11:20:28-08:00",
    "show": 9248,
    "show_uri": "https://api.kexp.org/v2/shows/9248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kkcmLv6DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kkcmLv6DL._SL75_.jpg",
    "song": "Waterfront (The Sinking Road)",
    "track_id": "c7c2d1ac-8e7a-4fec-8eaf-8809e29950df",
    "recording_id": null,
    "artist": "The Black Heart Procession",
    "artist_ids": [
        "fd0f1d5f-5d8c-4fcd-9d3c-0c9f20cddc08"
    ],
    "album": "Three",
    "release_id": "f5cc9977-3c0f-40da-b483-8794a5fdee1f",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2000-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}