Information about plays

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

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

{
    "id": 1195493,
    "uri": "https://api.kexp.org/v2/plays/1195493/?format=api",
    "airdate": "2007-02-11T00:52:24-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5129SJrKhXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5129SJrKhXL._SL75_.jpg",
    "song": "Crush Whatever",
    "track_id": "93c61f05-d969-4bbb-8fe1-e3b372b3f316",
    "recording_id": null,
    "artist": "The Manhattan Love Suicides",
    "artist_ids": [
        "2a3eb033-5077-4fc7-bc49-c15dc6b3a691"
    ],
    "album": "The Manhattan Love Suicides",
    "release_id": "9b1456d7-d294-43d5-bc63-f8dfcdd38479",
    "release_group_id": null,
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}