Information about plays

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

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

{
    "id": 1340726,
    "uri": "https://api.kexp.org/v2/plays/1340726/?format=api",
    "airdate": "2008-02-19T15:46:25-08:00",
    "show": 23425,
    "show_uri": "https://api.kexp.org/v2/shows/23425/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E8PVES78L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E8PVES78L._SL75_.jpg",
    "song": "Firing Squad",
    "track_id": "74d691db-aa2d-4542-a76b-9fc7ea1262dc",
    "recording_id": null,
    "artist": "Penetration",
    "artist_ids": [
        "c56dedb7-c608-4f94-a4e1-c2a066fd029b"
    ],
    "album": "Fun, Filth and Fury! 18 Prime Punk Cuts",
    "release_id": "a7ea4579-06fa-45d0-a9ac-13bfd80a445a",
    "release_group_id": null,
    "labels": [
        "Caroline Blue Plate"
    ],
    "label_ids": [
        "cf386007-e238-4991-97b7-3e201483ed1d"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}