Information about plays

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

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

{
    "id": 430395,
    "uri": "https://api.kexp.org/v2/plays/430395/?format=api",
    "airdate": "2001-06-01T18:20:52-07:00",
    "show": 7234,
    "show_uri": "https://api.kexp.org/v2/shows/7234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Gv6hfYnvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Gv6hfYnvL._SL75_.jpg",
    "song": "Maybellene",
    "track_id": "b6f9cca6-fc2b-43e6-a573-aa463e147b84",
    "recording_id": null,
    "artist": "Tommy Sands",
    "artist_ids": [
        "5247e3c6-2989-46cc-800f-c4f6d39e4b1e"
    ],
    "album": "A Capitol Rockabilly Party, Part 3",
    "release_id": "4a509a5f-81cc-4efa-93b4-4a5b78f02e50",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}