Information about plays

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

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

{
    "id": 423771,
    "uri": "https://api.kexp.org/v2/plays/423771/?format=api",
    "airdate": "2001-05-12T16:12:00-07:00",
    "show": 7103,
    "show_uri": "https://api.kexp.org/v2/shows/7103/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Rho4fZOHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Rho4fZOHL._SL75_.jpg",
    "song": "Fanny",
    "track_id": "575da4e5-b107-4390-9356-5c8a2e730182",
    "recording_id": null,
    "artist": "Asylum Street Spankers",
    "artist_ids": [
        "be9f392d-0475-4c8a-a3b9-f4b476942b40"
    ],
    "album": "Hot Lunch",
    "release_id": "65b34943-30f9-4e7b-9062-7c558ef4d695",
    "release_group_id": null,
    "labels": [
        "Cold Blue Music"
    ],
    "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"
}