Information about plays

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

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

{
    "id": 1275200,
    "uri": "https://api.kexp.org/v2/plays/1275200/?format=api",
    "airdate": "2007-09-04T14:31:03-07:00",
    "show": 22321,
    "show_uri": "https://api.kexp.org/v2/shows/22321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AHDKmDpFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AHDKmDpFL._SL75_.jpg",
    "song": "Janie Jones",
    "track_id": null,
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "The Clash",
    "release_id": "a570c2e2-3a3b-48f9-8882-4f5e0ee5dbd6",
    "release_group_id": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [
        "ad6f8706-c95e-443b-8579-8e3ecd27126c"
    ],
    "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"
}