Information about plays

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

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

{
    "id": 1233439,
    "uri": "https://api.kexp.org/v2/plays/1233439/?format=api",
    "airdate": "2007-05-20T11:22:00-07:00",
    "show": 21607,
    "show_uri": "https://api.kexp.org/v2/shows/21607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4192WGZ4K3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4192WGZ4K3L._SL75_.jpg",
    "song": "Tramp",
    "track_id": "138c812c-9967-4c30-b0c2-9e8a1d5ea40f",
    "recording_id": null,
    "artist": "Lowell Fulson",
    "artist_ids": [
        "df9483e8-e037-450e-bcc4-6e9c280a4f73"
    ],
    "album": "On the Turntable",
    "release_id": "f94cea5a-eff3-48e4-945b-c00ed7370a6b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}