Information about plays

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

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

{
    "id": 501104,
    "uri": "https://api.kexp.org/v2/plays/501104/?format=api",
    "airdate": "2001-12-27T20:42:00-08:00",
    "show": 8604,
    "show_uri": "https://api.kexp.org/v2/shows/8604/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61t7c0GNlEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61t7c0GNlEL._SL75_.jpg",
    "song": "Mother's Only Sleeping",
    "track_id": "fc74a896-c2f8-45cb-80fd-6e7112a98df9",
    "recording_id": null,
    "artist": "Ricky Skaggs and Kentucky Thunder",
    "artist_ids": [
        "600a0adc-bcf5-4ede-8200-2cb37e1438b4"
    ],
    "album": "History of the Future",
    "release_id": "dacfe07d-8f59-4c09-9405-6a705d8615df",
    "release_group_id": null,
    "labels": [
        "Skaggs Family"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}