Information about plays

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

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

{
    "id": 534509,
    "uri": "https://api.kexp.org/v2/plays/534509/?format=api",
    "airdate": "2002-04-04T07:44:00-08:00",
    "show": 9259,
    "show_uri": "https://api.kexp.org/v2/shows/9259/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61s-IhQ9E6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61s-IhQ9E6L._SL75_.jpg",
    "song": "How I Could Just Kill a Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "Cypress Hill",
    "release_id": "c27ff18c-1b84-4943-8b8d-6e92a8ce536b",
    "release_group_id": null,
    "labels": [
        "Ruff House"
    ],
    "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"
}