Information about plays

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

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

{
    "id": 470246,
    "uri": "https://api.kexp.org/v2/plays/470246/?format=api",
    "airdate": "2001-09-26T17:49:24-07:00",
    "show": 8004,
    "show_uri": "https://api.kexp.org/v2/shows/8004/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NSAGRWVAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NSAGRWVAL._SL75_.jpg",
    "song": "Terminal Gate",
    "track_id": "2b051bcc-8750-4130-9edc-b5a0e7b2d680",
    "recording_id": null,
    "artist": "Jack Logan and Liquor Cabinet",
    "artist_ids": [
        "ccb858b9-5ab9-424b-bcf5-8bb900c1d736"
    ],
    "album": "Bulk (disc 2)",
    "release_id": "9675fd8e-2e4f-48ff-9e3a-e25f8a37d89a",
    "release_group_id": null,
    "labels": [
        "Medium Cool Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}