Information about plays

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

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

{
    "id": 1365150,
    "uri": "https://api.kexp.org/v2/plays/1365150/?format=api",
    "airdate": "2008-04-22T05:25:33-07:00",
    "show": 23836,
    "show_uri": "https://api.kexp.org/v2/shows/23836/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61DVUofvCOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61DVUofvCOL._SL75_.jpg",
    "song": "Asylum",
    "track_id": "a47f6075-a6fd-4ba2-8e23-75773b0a3094",
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Orblivion",
    "release_id": "26df5e8c-f6fc-429f-b5a1-b92fdd88b0d3",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1997-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}