Information about plays

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

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

{
    "id": 418278,
    "uri": "https://api.kexp.org/v2/plays/418278/?format=api",
    "airdate": "2001-04-26T00:52:30-07:00",
    "show": 6988,
    "show_uri": "https://api.kexp.org/v2/shows/6988/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NOUATWBXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NOUATWBXL._SL75_.jpg",
    "song": "Ten Nights",
    "track_id": "8ca2fa7a-c1dc-4468-8cb7-1ec3bdbfdaef",
    "recording_id": null,
    "artist": "Spain",
    "artist_ids": [
        "222f84b3-a741-44c3-86ac-db4959a5c5af"
    ],
    "album": "The Blue Moods of Spain",
    "release_id": "7ed42196-ae52-45e1-ba2d-33becabe6ed7",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1995-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}