Information about plays

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

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

{
    "id": 486851,
    "uri": "https://api.kexp.org/v2/plays/486851/?format=api",
    "airdate": "2001-11-15T08:16:40-08:00",
    "show": 8327,
    "show_uri": "https://api.kexp.org/v2/shows/8327/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21R58ZHK5GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21R58ZHK5GL._SL75_.jpg",
    "song": "i Got a Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Tripping Daisy",
    "artist_ids": [
        "3707b50e-e76e-4485-859a-064d7186ff97"
    ],
    "album": "I Am an Elastic Firecracker",
    "release_id": "7b4e7134-c209-4681-b1e0-e8901bba3b37",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}