Information about plays

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

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

{
    "id": 415279,
    "uri": "https://api.kexp.org/v2/plays/415279/?format=api",
    "airdate": "2001-04-16T10:56:00-07:00",
    "show": 6929,
    "show_uri": "https://api.kexp.org/v2/shows/6929/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G8QqdDi3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G8QqdDi3L._SL75_.jpg",
    "song": "Sutrix",
    "track_id": "c6f8d359-17bf-4409-a3f8-2208e9e3d351",
    "recording_id": null,
    "artist": "Talvin Singh",
    "artist_ids": [
        "4fafdd2b-4cd0-4cc7-a338-cd94cfceeea4"
    ],
    "album": "OK",
    "release_id": "6d917a07-5ba0-440c-9795-d379459b56ef",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}