Information about plays

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

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

{
    "id": 511265,
    "uri": "https://api.kexp.org/v2/plays/511265/?format=api",
    "airdate": "2002-01-27T01:26:00-08:00",
    "show": 8810,
    "show_uri": "https://api.kexp.org/v2/shows/8810/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uF3GG4kkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uF3GG4kkL._SL75_.jpg",
    "song": "I Trust You",
    "track_id": "ccbdb625-918b-47b0-a98d-6aeae67fea03",
    "recording_id": null,
    "artist": "I-Roy",
    "artist_ids": [
        "9fa51e3e-4f52-4d98-87d2-872e7584fb8c"
    ],
    "album": "Touting I Self",
    "release_id": "24d93387-4ee8-4c9a-8e59-98a18852dfb9",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}