Information about plays

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

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

{
    "id": 421183,
    "uri": "https://api.kexp.org/v2/plays/421183/?format=api",
    "airdate": "2001-05-04T15:10:00-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NTSCKF76L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NTSCKF76L._SL75_.jpg",
    "song": "Little People",
    "track_id": "429daf0a-f7d9-498d-9386-47eb8e47f2e6",
    "recording_id": null,
    "artist": "Plaid",
    "artist_ids": [
        "7e54d133-2525-4bc0-ae94-65584145a386"
    ],
    "album": "Rest Proof Clockwork",
    "release_id": "3ae87e0a-779d-4d3d-b0f0-b0bdf7d92c33",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1999-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}