Information about plays

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

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

{
    "id": 425225,
    "uri": "https://api.kexp.org/v2/plays/425225/?format=api",
    "airdate": "2001-05-17T03:23:20-07:00",
    "show": 7134,
    "show_uri": "https://api.kexp.org/v2/shows/7134/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51chJoBQLZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51chJoBQLZL._SL75_.jpg",
    "song": "Killer",
    "track_id": null,
    "recording_id": null,
    "artist": "Alice Cooper",
    "artist_ids": [
        "4d7928cd-7ed2-4282-8c29-c0c9f966f1bd"
    ],
    "album": "Killer",
    "release_id": "64fa832e-2d23-4a8c-a0e0-5e0c0dfd41e2",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1971-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}